ocm commited on
Commit
e06c29c
1 Parent(s): 7f22c99

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
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.92
24
  - name: F1
25
  type: f1
26
- value: 0.9201111326949308
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.2174
37
- - Accuracy: 0.92
38
- - F1: 0.9201
39
 
40
  ## Model description
41
 
@@ -60,19 +62,21 @@ 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.83 | 1.0 | 250 | 0.3120 | 0.905 | 0.9028 |
70
- | 0.2469 | 2.0 | 500 | 0.2174 | 0.92 | 0.9201 |
 
 
71
 
72
 
73
  ### Framework versions
74
 
75
- - Transformers 4.13.0
76
  - Pytorch 1.12.1+cu113
77
- - Datasets 1.16.1
78
- - Tokenizers 0.10.3
 
16
  dataset:
17
  name: emotion
18
  type: emotion
19
+ config: default
20
+ split: train
21
  args: default
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9385
26
  - name: F1
27
  type: f1
28
+ value: 0.9386094184311659
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.1635
39
+ - Accuracy: 0.9385
40
+ - F1: 0.9386
41
 
42
  ## Model description
43
 
 
62
  - seed: 42
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
+ - num_epochs: 4
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.1408 | 1.0 | 250 | 0.1685 | 0.93 | 0.9293 |
72
+ | 0.0895 | 2.0 | 500 | 0.1563 | 0.936 | 0.9356 |
73
+ | 0.0758 | 3.0 | 750 | 0.1568 | 0.9385 | 0.9388 |
74
+ | 0.0663 | 4.0 | 1000 | 0.1635 | 0.9385 | 0.9386 |
75
 
76
 
77
  ### Framework versions
78
 
79
+ - Transformers 4.24.0
80
  - Pytorch 1.12.1+cu113
81
+ - Datasets 2.6.1
82
+ - Tokenizers 0.13.1