jasonyim2 commited on
Commit
5de90af
1 Parent(s): 53dc569

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -16,14 +16,16 @@ 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.9246345608107297
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,9 +35,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.2166
37
- - Accuracy: 0.9245
38
- - F1: 0.9246
39
 
40
  ## Model description
41
 
@@ -66,13 +68,13 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8132 | 1.0 | 250 | 0.3117 | 0.902 | 0.8990 |
70
- | 0.2419 | 2.0 | 500 | 0.2166 | 0.9245 | 0.9246 |
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
+ config: split
20
+ split: validation
21
+ args: split
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9215
26
  - name: F1
27
  type: f1
28
+ value: 0.9215386837894378
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.2227
39
+ - Accuracy: 0.9215
40
+ - F1: 0.9215
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.8265 | 1.0 | 250 | 0.3204 | 0.9 | 0.8963 |
72
+ | 0.2534 | 2.0 | 500 | 0.2227 | 0.9215 | 0.9215 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.30.2
78
+ - Pytorch 2.0.1+cu118
79
+ - Datasets 2.13.1
80
+ - Tokenizers 0.13.3