Handun commited on
Commit
3ad7ac7
1 Parent(s): cc13e85

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9215
26
  - name: F1
27
  type: f1
28
- value: 0.9217687179837435
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.2229
39
- - Accuracy: 0.9215
40
- - F1: 0.9218
41
 
42
  ## Model description
43
 
@@ -68,13 +68,13 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.8289 | 1.0 | 250 | 0.3171 | 0.9055 | 0.9036 |
72
- | 0.2544 | 2.0 | 500 | 0.2229 | 0.9215 | 0.9218 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.28.1
78
- - Pytorch 2.0.0+cu118
79
- - Datasets 2.12.0
80
  - Tokenizers 0.13.3
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.925
26
  - name: F1
27
  type: f1
28
+ value: 0.9248243838501188
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.2258
39
+ - Accuracy: 0.925
40
+ - F1: 0.9248
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | No log | 1.0 | 250 | 0.3267 | 0.9035 | 0.9001 |
72
+ | No log | 2.0 | 500 | 0.2258 | 0.925 | 0.9248 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.30.2
78
+ - Pytorch 2.0.1+cu118
79
+ - Datasets 2.13.1
80
  - Tokenizers 0.13.3