rjarpa commited on
Commit
92c1f13
1 Parent(s): eb6c18b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # ms-4maps_alpha-ds
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -42,6 +44,11 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # ms-4maps_alpha-ds
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: 4.5162
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 4.953 | 0.29 | 100 | 4.9097 |
50
+ | 4.8071 | 0.57 | 200 | 4.6600 |
51
+ | 4.575 | 0.86 | 300 | 4.5162 |
52
 
53
 
54
  ### Framework versions