rjarpa commited on
Commit
79407ac
1 Parent(s): 323aa97

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # ms-32maps_nonalpha-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,31 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # ms-32maps_nonalpha-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.9255
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 6.2444 | 0.04 | 100 | 6.1360 |
50
+ | 6.1152 | 0.08 | 200 | 6.1151 |
51
+ | 6.1139 | 0.13 | 300 | 6.0946 |
52
+ | 6.0576 | 0.17 | 400 | 6.0382 |
53
+ | 6.0133 | 0.21 | 500 | 6.0101 |
54
+ | 6.0049 | 0.25 | 600 | 5.9972 |
55
+ | 5.9919 | 0.3 | 700 | 5.9890 |
56
+ | 5.9839 | 0.34 | 800 | 5.9841 |
57
+ | 5.9875 | 0.38 | 900 | 5.9783 |
58
+ | 5.9712 | 0.42 | 1000 | 5.9717 |
59
+ | 5.9775 | 0.47 | 1100 | 5.9656 |
60
+ | 5.9668 | 0.51 | 1200 | 5.9597 |
61
+ | 5.955 | 0.55 | 1300 | 5.9553 |
62
+ | 5.9445 | 0.59 | 1400 | 5.9495 |
63
+ | 5.95 | 0.64 | 1500 | 5.9439 |
64
+ | 5.939 | 0.68 | 1600 | 5.9416 |
65
+ | 5.9345 | 0.72 | 1700 | 5.9378 |
66
+ | 5.9396 | 0.76 | 1800 | 5.9336 |
67
+ | 5.9414 | 0.8 | 1900 | 5.9303 |
68
+ | 5.9262 | 0.85 | 2000 | 5.9283 |
69
+ | 5.9365 | 0.89 | 2100 | 5.9266 |
70
+ | 5.937 | 0.93 | 2200 | 5.9258 |
71
+ | 5.9251 | 0.97 | 2300 | 5.9255 |
72
 
73
 
74
  ### Framework versions