Kinsleykinsley commited on
Commit
d3dc3f1
·
verified ·
1 Parent(s): 7115789

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
  # eco_friendly_gpt2
16
 
17
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
@@ -43,6 +45,13 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
 
 
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
 
15
  # eco_friendly_gpt2
16
 
17
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.0894
20
 
21
  ## Model description
22
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:------:|:----:|:---------------:|
50
+ | 5.1458 | 0.5800 | 500 | 4.6800 |
51
+ | 4.258 | 1.1601 | 1000 | 3.7653 |
52
+ | 3.7899 | 1.7401 | 1500 | 3.3694 |
53
+ | 3.5363 | 2.3202 | 2000 | 3.1678 |
54
+ | 3.5072 | 2.9002 | 2500 | 3.0894 |
55
 
56
 
57
  ### Framework versions