Gridflow commited on
Commit
0af5876
·
1 Parent(s): e6cb916

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9285
26
  - name: F1
27
  type: f1
28
- value: 0.9287004068581184
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +35,9 @@ should probably proofread and complete it, then remove this comment. -->
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.1656
39
- - Accuracy: 0.9285
40
- - F1: 0.9287
41
 
42
  ## Model description
43
 
@@ -62,15 +62,17 @@ The following hyperparameters were used during training:
62
  - seed: 42
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
- - num_epochs: 3
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.7873 | 1.0 | 250 | 0.2724 | 0.9155 | 0.9145 |
72
- | 0.2141 | 2.0 | 500 | 0.1850 | 0.9265 | 0.9268 |
73
- | 0.1473 | 3.0 | 750 | 0.1656 | 0.9285 | 0.9287 |
 
 
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.937
26
  - name: F1
27
  type: f1
28
+ value: 0.9371930654030473
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.1698
39
+ - Accuracy: 0.937
40
+ - F1: 0.9372
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: 5
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.1395 | 1.0 | 250 | 0.1659 | 0.9355 | 0.9358 |
72
+ | 0.0945 | 2.0 | 500 | 0.1657 | 0.935 | 0.9351 |
73
+ | 0.0783 | 3.0 | 750 | 0.1832 | 0.937 | 0.9371 |
74
+ | 0.0653 | 4.0 | 1000 | 0.1729 | 0.9335 | 0.9332 |
75
+ | 0.053 | 5.0 | 1250 | 0.1698 | 0.937 | 0.9372 |
76
 
77
 
78
  ### Framework versions