SheldonSides commited on
Commit
0dba5c4
·
1 Parent(s): c454d01

Fine-tuning Complete

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.926
27
  - name: F1
28
  type: f1
29
- value: 0.9260875538517123
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.2045
40
- - Accuracy: 0.926
41
- - F1: 0.9261
42
 
43
  ## Model description
44
 
@@ -58,8 +58,8 @@ More information needed
58
 
59
  The following hyperparameters were used during training:
60
  - learning_rate: 2e-05
61
- - train_batch_size: 56
62
- - eval_batch_size: 56
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
@@ -69,8 +69,8 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 0.4094 | 1.0 | 286 | 0.2890 | 0.9125 | 0.9121 |
73
- | 0.2244 | 2.0 | 572 | 0.2045 | 0.926 | 0.9261 |
74
 
75
 
76
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.9225
27
  - name: F1
28
  type: f1
29
+ value: 0.922512086580173
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.2175
40
+ - Accuracy: 0.9225
41
+ - F1: 0.9225
42
 
43
  ## Model description
44
 
 
58
 
59
  The following hyperparameters were used during training:
60
  - learning_rate: 2e-05
61
+ - train_batch_size: 64
62
+ - eval_batch_size: 64
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.5816 | 1.0 | 250 | 0.3310 | 0.903 | 0.9030 |
73
+ | 0.2304 | 2.0 | 500 | 0.2175 | 0.9225 | 0.9225 |
74
 
75
 
76
  ### Framework versions