leonvanbokhorst commited on
Commit
99041cc
·
verified ·
1 Parent(s): 0f8a2c3

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -10
README.md CHANGED
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the emotion dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1218
24
- - Accuracy: 0.944
25
 
26
  ## Model description
27
 
@@ -46,19 +46,16 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 7
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 1.0 | 250 | 0.3018 | 0.896 |
56
- | 0.6433 | 2.0 | 500 | 0.1710 | 0.932 |
57
- | 0.6433 | 3.0 | 750 | 0.1711 | 0.9315 |
58
- | 0.1878 | 4.0 | 1000 | 0.1389 | 0.937 |
59
- | 0.1878 | 5.0 | 1250 | 0.1400 | 0.938 |
60
- | 0.1453 | 6.0 | 1500 | 0.1290 | 0.941 |
61
- | 0.1453 | 7.0 | 1750 | 0.1218 | 0.944 |
62
 
63
 
64
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the emotion dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1514
24
+ - Accuracy: 0.928
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 4
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | No log | 1.0 | 250 | 0.3008 | 0.897 |
56
+ | 0.6384 | 2.0 | 500 | 0.1992 | 0.9265 |
57
+ | 0.6384 | 3.0 | 750 | 0.1801 | 0.9245 |
58
+ | 0.1923 | 4.0 | 1000 | 0.1514 | 0.928 |
 
 
 
59
 
60
 
61
  ### Framework versions