jfmatos-isq commited on
Commit
75bd9e0
1 Parent(s): d0df18f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9255
24
  - name: F1
25
  type: f1
26
- value: 0.9255126980555067
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.2199
37
- - Accuracy: 0.9255
38
- - F1: 0.9255
39
 
40
  ## Model description
41
 
@@ -66,8 +66,8 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8385 | 1.0 | 250 | 0.3097 | 0.914 | 0.9116 |
70
- | 0.2523 | 2.0 | 500 | 0.2199 | 0.9255 | 0.9255 |
71
 
72
 
73
  ### Framework versions
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.925
24
  - name: F1
25
  type: f1
26
+ value: 0.9251677974154898
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.2078
37
+ - Accuracy: 0.925
38
+ - F1: 0.9252
39
 
40
  ## Model description
41
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.7925 | 1.0 | 250 | 0.2900 | 0.913 | 0.9113 |
70
+ | 0.2343 | 2.0 | 500 | 0.2078 | 0.925 | 0.9252 |
71
 
72
 
73
  ### Framework versions