rjarpa commited on
Commit
ef9f9de
1 Parent(s): 66b45cf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # ms-16maps_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,26 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # ms-16maps_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.3569
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 6.6897 | 0.06 | 100 | 6.5741 |
50
+ | 6.5747 | 0.11 | 200 | 6.5529 |
51
+ | 6.5287 | 0.17 | 300 | 6.5047 |
52
+ | 6.4802 | 0.22 | 400 | 6.4695 |
53
+ | 6.4668 | 0.28 | 500 | 6.4435 |
54
+ | 6.4468 | 0.33 | 600 | 6.4283 |
55
+ | 6.4378 | 0.39 | 700 | 6.4119 |
56
+ | 6.4183 | 0.44 | 800 | 6.4043 |
57
+ | 6.4172 | 0.5 | 900 | 6.3952 |
58
+ | 6.3946 | 0.55 | 1000 | 6.3870 |
59
+ | 6.3888 | 0.61 | 1100 | 6.3795 |
60
+ | 6.3756 | 0.66 | 1200 | 6.3749 |
61
+ | 6.3738 | 0.72 | 1300 | 6.3690 |
62
+ | 6.3771 | 0.77 | 1400 | 6.3644 |
63
+ | 6.3709 | 0.83 | 1500 | 6.3600 |
64
+ | 6.3706 | 0.88 | 1600 | 6.3578 |
65
+ | 6.3652 | 0.94 | 1700 | 6.3571 |
66
+ | 6.3767 | 1.0 | 1800 | 6.3569 |
67
 
68
 
69
  ### Framework versions