luolirui commited on
Commit
33ef83b
1 Parent(s): daf881c

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.0
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
- | 0.0 | 1.0 | 13178 | 0.0000 |
49
- | 0.0 | 2.0 | 26356 | 0.0 |
50
- | 0.0 | 3.0 | 39534 | 0.0 |
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.6951
18
 
19
  ## Model description
20
 
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 1.0481 | 1.0 | 500 | 0.7074 |
49
+ | 0.7195 | 2.0 | 1000 | 0.7028 |
50
+ | 0.7147 | 3.0 | 1500 | 0.6951 |
51
 
52
 
53
  ### Framework versions