Anupama commited on
Commit
d5d5e47
1 Parent(s): 3f59b9d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.9245
24
  - name: F1
25
  type: f1
26
- value: 0.9244714125125308
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,9 +33,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.2156
37
- - Accuracy: 0.9245
38
- - F1: 0.9245
39
 
40
  ## Model description
41
 
@@ -66,8 +66,8 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8296 | 1.0 | 250 | 0.3164 | 0.904 | 0.9000 |
70
- | 0.2456 | 2.0 | 500 | 0.2156 | 0.9245 | 0.9245 |
71
 
72
 
73
  ### Framework versions
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.922
24
  - name: F1
25
  type: f1
26
+ value: 0.9219009840141562
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.2226
37
+ - Accuracy: 0.922
38
+ - F1: 0.9219
39
 
40
  ## Model description
41
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.8435 | 1.0 | 250 | 0.3324 | 0.897 | 0.8930 |
70
+ | 0.2578 | 2.0 | 500 | 0.2226 | 0.922 | 0.9219 |
71
 
72
 
73
  ### Framework versions