ocm commited on
Commit
d16a5b8
1 Parent(s): 1875089

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
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,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.1635
39
- - Accuracy: 0.9385
40
- - F1: 0.9386
41
 
42
  ## Model description
43
 
@@ -68,10 +68,10 @@ The following hyperparameters were used during training:
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
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.935
26
  - name: F1
27
  type: f1
28
+ value: 0.9351083637430424
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.1582
39
+ - Accuracy: 0.935
40
+ - F1: 0.9351
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.7703 | 1.0 | 250 | 0.2588 | 0.918 | 0.9165 |
72
+ | 0.2031 | 2.0 | 500 | 0.1773 | 0.928 | 0.9282 |
73
+ | 0.1385 | 3.0 | 750 | 0.1593 | 0.934 | 0.9342 |
74
+ | 0.1101 | 4.0 | 1000 | 0.1582 | 0.935 | 0.9351 |
75
 
76
 
77
  ### Framework versions