SheldonSides commited on
Commit
26a8421
·
1 Parent(s): 0263c0b

Fine-tuning Complete

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -26,7 +26,7 @@ model-index:
26
  value: 0.9255
27
  - name: F1
28
  type: f1
29
- value: 0.9254483411585025
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.2085
40
  - Accuracy: 0.9255
41
- - F1: 0.9254
42
 
43
  ## Model description
44
 
@@ -58,22 +58,19 @@ More information needed
58
 
59
  The following hyperparameters were used during training:
60
  - learning_rate: 2e-05
61
- - train_batch_size: 256
62
- - eval_batch_size: 256
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
- - num_epochs: 5
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 1.3143 | 1.0 | 63 | 0.8964 | 0.711 | 0.6492 |
73
- | 0.623 | 2.0 | 126 | 0.3847 | 0.889 | 0.8816 |
74
- | 0.3146 | 3.0 | 189 | 0.2565 | 0.9195 | 0.9189 |
75
- | 0.2237 | 4.0 | 252 | 0.2168 | 0.926 | 0.9261 |
76
- | 0.1941 | 5.0 | 315 | 0.2085 | 0.9255 | 0.9254 |
77
 
78
 
79
  ### Framework versions
 
26
  value: 0.9255
27
  - name: F1
28
  type: f1
29
+ value: 0.9254709649783771
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.2128
40
  - Accuracy: 0.9255
41
+ - F1: 0.9255
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
66
+ - num_epochs: 2
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.5469 | 1.0 | 250 | 0.3084 | 0.906 | 0.9056 |
73
+ | 0.2211 | 2.0 | 500 | 0.2128 | 0.9255 | 0.9255 |
 
 
 
74
 
75
 
76
  ### Framework versions