rjarpa commited on
Commit
f1c9ac4
1 Parent(s): 58ea8a9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # ms-4maps_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,18 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
 
47
  ### Framework versions
 
13
  # ms-4maps_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.0690
18
 
19
  ## Model description
20
 
 
44
 
45
  ### Training results
46
 
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 6.3876 | 0.1 | 100 | 6.3259 |
50
+ | 6.3259 | 0.2 | 200 | 6.3044 |
51
+ | 6.3008 | 0.3 | 300 | 6.2929 |
52
+ | 6.2811 | 0.39 | 400 | 6.2448 |
53
+ | 6.2072 | 0.49 | 500 | 6.1656 |
54
+ | 6.1554 | 0.59 | 600 | 6.1266 |
55
+ | 6.1135 | 0.69 | 700 | 6.0980 |
56
+ | 6.1011 | 0.79 | 800 | 6.0825 |
57
+ | 6.0908 | 0.89 | 900 | 6.0715 |
58
+ | 6.0836 | 0.99 | 1000 | 6.0690 |
59
 
60
 
61
  ### Framework versions