keefezowie commited on
Commit
00e3abf
1 Parent(s): 00e5f6a

End of training

Browse files
Files changed (1) hide show
  1. README.md +24 -14
README.md CHANGED
@@ -2,7 +2,7 @@
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
- - emo
6
  metrics:
7
  - accuracy
8
  model-index:
@@ -12,15 +12,15 @@ model-index:
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
- name: emo
16
- type: emo
17
- config: emo2019
18
  split: test
19
- args: emo2019
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.7796333272826285
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,10 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # my_awesome_model
30
 
31
- This model is a fine-tuned version of [](https://huggingface.co/) on the emo dataset.
32
  It achieves the following results on the evaluation set:
33
- - Loss: 0.7348
34
- - Accuracy: 0.7796
35
 
36
  ## Model description
37
 
@@ -50,19 +50,29 @@ More information needed
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
- - learning_rate: 2e-05
54
- - train_batch_size: 16
55
- - eval_batch_size: 16
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
- - num_epochs: 1
 
60
 
61
  ### Training results
62
 
63
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
64
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
65
- | 1.1224 | 1.0 | 1885 | 0.7348 | 0.7796 |
 
 
 
 
 
 
 
 
 
66
 
67
 
68
  ### Framework versions
 
2
  tags:
3
  - generated_from_trainer
4
  datasets:
5
+ - emotion
6
  metrics:
7
  - accuracy
8
  model-index:
 
12
  name: Text Classification
13
  type: text-classification
14
  dataset:
15
+ name: emotion
16
+ type: emotion
17
+ config: split
18
  split: test
19
+ args: split
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.774
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # my_awesome_model
30
 
31
+ This model is a fine-tuned version of [](https://huggingface.co/) on the emotion dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.6804
34
+ - Accuracy: 0.774
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 5e-05
54
+ - train_batch_size: 32
55
+ - eval_batch_size: 64
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 500
60
+ - num_epochs: 10
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
+ | 1.6145 | 1.0 | 500 | 1.5603 | 0.3475 |
67
+ | 1.4622 | 2.0 | 1000 | 1.3149 | 0.4 |
68
+ | 1.2777 | 3.0 | 1500 | 1.2142 | 0.4365 |
69
+ | 1.1218 | 4.0 | 2000 | 1.0095 | 0.5915 |
70
+ | 0.8886 | 5.0 | 2500 | 0.8772 | 0.695 |
71
+ | 0.7649 | 6.0 | 3000 | 0.7803 | 0.7355 |
72
+ | 0.6818 | 7.0 | 3500 | 0.7220 | 0.7615 |
73
+ | 0.6268 | 8.0 | 4000 | 0.6870 | 0.773 |
74
+ | 0.5922 | 9.0 | 4500 | 0.6859 | 0.771 |
75
+ | 0.5658 | 10.0 | 5000 | 0.6804 | 0.774 |
76
 
77
 
78
  ### Framework versions