egiorh commited on
Commit
6286c02
1 Parent(s): 3b1884a

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.9205
27
  - name: F1
28
  type: f1
29
- value: 0.9203433558731255
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.2202
40
- - Accuracy: 0.9205
41
- - F1: 0.9203
42
 
43
  ## Model description
44
 
@@ -69,8 +69,8 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 0.8689 | 1.0 | 250 | 0.3324 | 0.899 | 0.8969 |
73
- | 0.2595 | 2.0 | 500 | 0.2202 | 0.9205 | 0.9203 |
74
 
75
 
76
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.9245
27
  - name: F1
28
  type: f1
29
+ value: 0.9245690662037136
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.2192
40
+ - Accuracy: 0.9245
41
+ - F1: 0.9246
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.8375 | 1.0 | 250 | 0.3221 | 0.907 | 0.9059 |
73
+ | 0.255 | 2.0 | 500 | 0.2192 | 0.9245 | 0.9246 |
74
 
75
 
76
  ### Framework versions