luolirui commited on
Commit
ce6f2f3
1 Parent(s): e55ba7a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
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: 0.6958
18
 
19
  ## Model description
20
 
@@ -43,11 +43,11 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:----:|:---------------:|
48
- | 1.0329 | 1.0 | 500 | 0.6985 |
49
- | 0.7199 | 2.0 | 1000 | 0.6963 |
50
- | 0.711 | 3.0 | 1500 | 0.6958 |
51
 
52
 
53
  ### Framework versions
 
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: 0.6945
18
 
19
  ## Model description
20
 
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 0.7001 | 1.0 | 13178 | 0.6977 |
49
+ | 0.7005 | 2.0 | 26356 | 0.6938 |
50
+ | 0.6964 | 3.0 | 39534 | 0.6945 |
51
 
52
 
53
  ### Framework versions