rjarpa commited on
Commit
42f8d49
1 Parent(s): 5111980

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # ms-8maps_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,22 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # ms-8maps_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: 6.3278
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 6.6062 | 0.07 | 100 | 6.5287 |
50
+ | 6.5093 | 0.14 | 200 | 6.5134 |
51
+ | 6.5097 | 0.21 | 300 | 6.5029 |
52
+ | 6.5038 | 0.28 | 400 | 6.4878 |
53
+ | 6.4771 | 0.35 | 500 | 6.4600 |
54
+ | 6.4497 | 0.43 | 600 | 6.4419 |
55
+ | 6.442 | 0.5 | 700 | 6.4238 |
56
+ | 6.4188 | 0.57 | 800 | 6.3903 |
57
+ | 6.3898 | 0.64 | 900 | 6.3687 |
58
+ | 6.3575 | 0.71 | 1000 | 6.3503 |
59
+ | 6.3414 | 0.78 | 1100 | 6.3396 |
60
+ | 6.3417 | 0.85 | 1200 | 6.3329 |
61
+ | 6.332 | 0.92 | 1300 | 6.3284 |
62
+ | 6.3404 | 0.99 | 1400 | 6.3278 |
63
 
64
 
65
  ### Framework versions