nickovchinnikov commited on
Commit
ebdecf6
·
1 Parent(s): 1fd0ee3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9205
26
  - name: F1
27
  type: f1
28
- value: 0.9202813823571533
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.2305
39
- - Accuracy: 0.9205
40
- - F1: 0.9203
41
 
42
  ## Model description
43
 
@@ -68,8 +68,8 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.8317 | 1.0 | 250 | 0.3317 | 0.9 | 0.8960 |
72
- | 0.2541 | 2.0 | 500 | 0.2305 | 0.9205 | 0.9203 |
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.921
26
  - name: F1
27
  type: f1
28
+ value: 0.9211896734909573
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.2208
39
+ - Accuracy: 0.921
40
+ - F1: 0.9212
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.8355 | 1.0 | 250 | 0.3187 | 0.902 | 0.8991 |
72
+ | 0.2544 | 2.0 | 500 | 0.2208 | 0.921 | 0.9212 |
73
 
74
 
75
  ### Framework versions