seongj commited on
Commit
dcd09f0
·
1 Parent(s): 9f6e5b1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # gpt2lm
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -45,6 +47,9 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
 
 
 
48
 
49
 
50
  ### Framework versions
 
13
  # gpt2lm
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.6851
18
 
19
  ## Model description
20
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 2.4867 | 0.92 | 5000 | 1.6851 |
53
 
54
 
55
  ### Framework versions