MarkGG commited on
Commit
b8927c5
·
1 Parent(s): 059aca4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # Romance-cleaned-3
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -45,6 +47,28 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
 
13
  # Romance-cleaned-3
14
 
15
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 5.6216
18
 
19
  ## Model description
20
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | No log | 1.0 | 16 | 9.9825 |
53
+ | No log | 2.0 | 32 | 9.0942 |
54
+ | No log | 3.0 | 48 | 8.5804 |
55
+ | No log | 4.0 | 64 | 8.3083 |
56
+ | No log | 5.0 | 80 | 8.0240 |
57
+ | No log | 6.0 | 96 | 7.8109 |
58
+ | No log | 7.0 | 112 | 7.5935 |
59
+ | No log | 8.0 | 128 | 7.3827 |
60
+ | No log | 9.0 | 144 | 7.2061 |
61
+ | No log | 10.0 | 160 | 7.0479 |
62
+ | No log | 11.0 | 176 | 6.8981 |
63
+ | No log | 12.0 | 192 | 6.7452 |
64
+ | No log | 13.0 | 208 | 6.5939 |
65
+ | No log | 14.0 | 224 | 6.4373 |
66
+ | No log | 15.0 | 240 | 6.2812 |
67
+ | No log | 16.0 | 256 | 6.1414 |
68
+ | No log | 17.0 | 272 | 5.9914 |
69
+ | No log | 18.0 | 288 | 5.8628 |
70
+ | No log | 19.0 | 304 | 5.7336 |
71
+ | No log | 20.0 | 320 | 5.6216 |
72
 
73
 
74
  ### Framework versions