leonardo-avila commited on
Commit
a947519
1 Parent(s): 7155240

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9195
24
  - name: F1
25
  type: f1
26
- value: 0.9192564155135826
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.2239
37
- - Accuracy: 0.9195
38
- - F1: 0.9193
39
 
40
  ## Model description
41
 
@@ -66,13 +66,13 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8175 | 1.0 | 250 | 0.3260 | 0.9 | 0.8963 |
70
- | 0.2559 | 2.0 | 500 | 0.2239 | 0.9195 | 0.9193 |
71
 
72
 
73
  ### Framework versions
74
 
75
  - Transformers 4.16.2
76
- - Pytorch 2.0.1+cu118
77
  - Datasets 2.9.0
78
- - Tokenizers 0.14.0
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.9215
24
  - name: F1
25
  type: f1
26
+ value: 0.9214993532335518
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.2185
37
+ - Accuracy: 0.9215
38
+ - F1: 0.9215
39
 
40
  ## Model description
41
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.8194 | 1.0 | 250 | 0.3089 | 0.9095 | 0.9084 |
70
+ | 0.2444 | 2.0 | 500 | 0.2185 | 0.9215 | 0.9215 |
71
 
72
 
73
  ### Framework versions
74
 
75
  - Transformers 4.16.2
76
+ - Pytorch 2.2.1+cu121
77
  - Datasets 2.9.0
78
+ - Tokenizers 0.15.2