aidiary commited on
Commit
fab3d77
·
1 Parent(s): bef8c8f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.8885
27
  - name: F1
28
  type: f1
29
- value: 0.8833012816215238
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.3817
40
- - Accuracy: 0.8885
41
- - F1: 0.8833
42
 
43
  ## Model description
44
 
@@ -63,14 +63,17 @@ The following hyperparameters were used during training:
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
- - num_epochs: 2
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | No log | 1.0 | 125 | 0.6098 | 0.7935 | 0.7465 |
73
- | 0.7784 | 2.0 | 250 | 0.3817 | 0.8885 | 0.8833 |
 
 
 
74
 
75
 
76
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.9345
27
  - name: F1
28
  type: f1
29
+ value: 0.9344638918723668
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.1514
40
+ - Accuracy: 0.9345
41
+ - F1: 0.9345
42
 
43
  ## Model description
44
 
 
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
+ - num_epochs: 5
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | No log | 1.0 | 125 | 0.4448 | 0.879 | 0.8713 |
73
+ | 0.6963 | 2.0 | 250 | 0.2099 | 0.922 | 0.9225 |
74
+ | 0.6963 | 3.0 | 375 | 0.1763 | 0.932 | 0.9324 |
75
+ | 0.1548 | 4.0 | 500 | 0.1560 | 0.932 | 0.9318 |
76
+ | 0.1548 | 5.0 | 625 | 0.1514 | 0.9345 | 0.9345 |
77
 
78
 
79
  ### Framework versions