vega6000 commited on
Commit
72b68b7
1 Parent(s): e4ba1c7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -12,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # distilgpt2-finetuned-medical
14
 
15
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 2.2864
18
 
19
  ## Model description
20
 
@@ -39,15 +39,22 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3.0
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 15 | 2.4923 |
49
- | No log | 2.0 | 30 | 2.3363 |
50
- | No log | 3.0 | 45 | 2.2864 |
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
12
 
13
  # distilgpt2-finetuned-medical
14
 
15
+ This model is a fine-tuned version of [vega6000/distilgpt2-finetuned-medical](https://huggingface.co/vega6000/distilgpt2-finetuned-medical) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 1.6248
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 15 | 2.0817 |
49
+ | No log | 2.0 | 30 | 1.9431 |
50
+ | No log | 3.0 | 45 | 1.8487 |
51
+ | No log | 4.0 | 60 | 1.7761 |
52
+ | No log | 5.0 | 75 | 1.7253 |
53
+ | No log | 6.0 | 90 | 1.6875 |
54
+ | No log | 7.0 | 105 | 1.6574 |
55
+ | No log | 8.0 | 120 | 1.6385 |
56
+ | No log | 9.0 | 135 | 1.6288 |
57
+ | No log | 10.0 | 150 | 1.6248 |
58
 
59
 
60
  ### Framework versions