HyunjooCheong commited on
Commit
07eeb8c
1 Parent(s): ee93f55

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: 3.7425
18
 
19
  ## Model description
20
 
@@ -45,14 +45,14 @@ The following hyperparameters were used during training:
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 3.8689 | 1.0 | 1134 | 3.7596 |
49
- | 3.7733 | 2.0 | 2268 | 3.7432 |
50
- | 3.7309 | 3.0 | 3402 | 3.7425 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.30.1
56
  - Pytorch 2.0.1+cu118
57
- - Datasets 2.12.0
58
  - Tokenizers 0.13.3
 
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: 3.7693
18
 
19
  ## Model description
20
 
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 3.8556 | 1.0 | 1131 | 3.7857 |
49
+ | 3.7657 | 2.0 | 2262 | 3.7707 |
50
+ | 3.7226 | 3.0 | 3393 | 3.7693 |
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.30.2
56
  - Pytorch 2.0.1+cu118
57
+ - Datasets 2.13.0
58
  - Tokenizers 0.13.3