Fengkai commited on
Commit
e6243bb
1 Parent(s): 3def697

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.925
24
  - name: F1
25
  type: f1
26
- value: 0.92522341807509
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.2218
37
- - Accuracy: 0.925
38
- - F1: 0.9252
39
 
40
  ## Model description
41
 
@@ -60,19 +60,22 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - num_epochs: 2
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8435 | 1.0 | 250 | 0.3160 | 0.9065 | 0.9045 |
70
- | 0.2496 | 2.0 | 500 | 0.2218 | 0.925 | 0.9252 |
 
 
 
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.15.0
76
  - Pytorch 1.10.0+cu111
77
- - Datasets 1.17.0
78
  - Tokenizers 0.10.3
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.9385
24
  - name: F1
25
  type: f1
26
+ value: 0.9383492808338979
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.1495
37
+ - Accuracy: 0.9385
38
+ - F1: 0.9383
39
 
40
  ## Model description
41
 
 
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - num_epochs: 5
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.1739 | 1.0 | 250 | 0.1827 | 0.931 | 0.9302 |
70
+ | 0.1176 | 2.0 | 500 | 0.1567 | 0.9325 | 0.9326 |
71
+ | 0.0994 | 3.0 | 750 | 0.1555 | 0.9385 | 0.9389 |
72
+ | 0.08 | 4.0 | 1000 | 0.1496 | 0.9445 | 0.9443 |
73
+ | 0.0654 | 5.0 | 1250 | 0.1495 | 0.9385 | 0.9383 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.16.0.dev0
79
  - Pytorch 1.10.0+cu111
80
+ - Datasets 1.18.0
81
  - Tokenizers 0.10.3