jdang commited on
Commit
2ca4daf
1 Parent(s): 7a5b48d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.9205
24
  - name: F1
25
  type: f1
26
- value: 0.9206916294520199
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.2235
37
- - Accuracy: 0.9205
38
- - F1: 0.9207
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.8546 | 1.0 | 250 | 0.3252 | 0.906 | 0.9028 |
70
- | 0.2551 | 2.0 | 500 | 0.2235 | 0.9205 | 0.9207 |
71
 
72
 
73
  ### Framework versions
74
 
75
  - Transformers 4.13.0
76
- - Pytorch 1.11.0+cu113
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.924
24
  - name: F1
25
  type: f1
26
+ value: 0.9239158120971537
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.2166
37
+ - Accuracy: 0.924
38
+ - F1: 0.9239
39
 
40
  ## Model description
41
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.8399 | 1.0 | 250 | 0.3135 | 0.9075 | 0.9041 |
70
+ | 0.2513 | 2.0 | 500 | 0.2166 | 0.924 | 0.9239 |
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