mahmoudNG commited on
Commit
1f87773
1 Parent(s): 016e0ef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9365
26
  - name: F1
27
  type: f1
28
- value: 0.9366629755672609
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.1589
39
- - Accuracy: 0.9365
40
- - F1: 0.9367
41
 
42
  ## Model description
43
 
@@ -68,9 +68,9 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
- | 0.2487 | 1.0 | 1000 | 0.2102 | 0.925 | 0.9245 |
72
- | 0.1536 | 2.0 | 2000 | 0.1599 | 0.9355 | 0.9353 |
73
- | 0.0996 | 3.0 | 3000 | 0.1589 | 0.9365 | 0.9367 |
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.939
26
  - name: F1
27
  type: f1
28
+ value: 0.9390864815601339
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.1591
39
+ - Accuracy: 0.939
40
+ - F1: 0.9391
41
 
42
  ## Model description
43
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
70
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
71
+ | 0.2497 | 1.0 | 1000 | 0.2133 | 0.9255 | 0.9252 |
72
+ | 0.1498 | 2.0 | 2000 | 0.1652 | 0.934 | 0.9339 |
73
+ | 0.0965 | 3.0 | 3000 | 0.1591 | 0.939 | 0.9391 |
74
 
75
 
76
  ### Framework versions