ffalcao commited on
Commit
1555c7d
1 Parent(s): 30b9a3c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -16,14 +16,14 @@ model-index:
16
  dataset:
17
  name: emotion
18
  type: emotion
19
- args: default
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9245
24
  - name: F1
25
  type: f1
26
- value: 0.9246964318251509
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.2237
37
- - Accuracy: 0.9245
38
- - F1: 0.9247
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.8356 | 1.0 | 250 | 0.3296 | 0.901 | 0.8977 |
70
- | 0.254 | 2.0 | 500 | 0.2237 | 0.9245 | 0.9247 |
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.11.3
76
- - Pytorch 1.10.0+cu111
77
- - Datasets 1.16.1
78
  - Tokenizers 0.10.3
 
16
  dataset:
17
  name: emotion
18
  type: emotion
19
+ args: split
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.9265
24
  - name: F1
25
  type: f1
26
+ value: 0.9264826040883781
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.2108
37
+ - Accuracy: 0.9265
38
+ - F1: 0.9265
39
 
40
  ## Model description
41
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.8108 | 1.0 | 250 | 0.3101 | 0.903 | 0.8995 |
70
+ | 0.2423 | 2.0 | 500 | 0.2108 | 0.9265 | 0.9265 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.13.0
76
+ - Pytorch 1.13.1+cu116
77
+ - Datasets 2.8.0
78
  - Tokenizers 0.10.3