Mozzipa commited on
Commit
f083d61
1 Parent(s): 794acfb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9325
26
  - name: F1
27
  type: f1
28
- value: 0.9326684505910287
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.1663
39
- - Accuracy: 0.9325
40
- - F1: 0.9327
41
 
42
  ## Model description
43
 
@@ -68,14 +68,14 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.7825 | 1.0 | 250 | 0.2780 | 0.914 | 0.9125 |
72
- | 0.2174 | 2.0 | 500 | 0.1746 | 0.9245 | 0.9245 |
73
- | 0.1472 | 3.0 | 750 | 0.1663 | 0.9325 | 0.9327 |
74
 
75
 
76
  ### Framework versions
77
 
78
- - Transformers 4.27.3
79
  - Pytorch 2.0.0
80
  - Datasets 2.10.1
81
  - Tokenizers 0.13.2
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.927
26
  - name: F1
27
  type: f1
28
+ value: 0.9270484012569777
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.1624
39
+ - Accuracy: 0.927
40
+ - F1: 0.9270
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.7758 | 1.0 | 250 | 0.2698 | 0.915 | 0.9136 |
72
+ | 0.2169 | 2.0 | 500 | 0.1722 | 0.9265 | 0.9263 |
73
+ | 0.1473 | 3.0 | 750 | 0.1624 | 0.927 | 0.9270 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.28.0.dev0
79
  - Pytorch 2.0.0
80
  - Datasets 2.10.1
81
  - Tokenizers 0.13.2