rjarpa commited on
Commit
437048e
1 Parent(s): 562b194

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # ms-32maps_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,14 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # ms-32maps_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: 5.2522
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 5.4509 | 0.15 | 100 | 5.4122 |
50
+ | 5.3758 | 0.3 | 200 | 5.3142 |
51
+ | 5.3163 | 0.45 | 300 | 5.2830 |
52
+ | 5.2759 | 0.6 | 400 | 5.2686 |
53
+ | 5.2683 | 0.75 | 500 | 5.2579 |
54
+ | 5.2728 | 0.9 | 600 | 5.2522 |
55
 
56
 
57
  ### Framework versions