Ahmed007 commited on
Commit
f1eafa4
1 Parent(s): ba24695

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -20,10 +20,10 @@ model-index:
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
- value: 0.92
24
  - name: F1
25
  type: f1
26
- value: 0.920013063298419
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.2215
37
- - Accuracy: 0.92
38
- - F1: 0.9200
39
 
40
  ## Model description
41
 
@@ -60,14 +60,17 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - num_epochs: 2
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
- | 0.8248 | 1.0 | 250 | 0.3126 | 0.905 | 0.9018 |
70
- | 0.2477 | 2.0 | 500 | 0.2215 | 0.92 | 0.9200 |
 
 
 
71
 
72
 
73
  ### Framework versions
 
20
  metrics:
21
  - name: Accuracy
22
  type: accuracy
23
+ value: 0.937
24
  - name: F1
25
  type: f1
26
+ value: 0.9372331942198677
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.1413
37
+ - Accuracy: 0.937
38
+ - F1: 0.9372
39
 
40
  ## Model description
41
 
 
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - num_epochs: 5
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
69
+ | 0.7628 | 1.0 | 250 | 0.2489 | 0.9155 | 0.9141 |
70
+ | 0.2014 | 2.0 | 500 | 0.1716 | 0.928 | 0.9283 |
71
+ | 0.1351 | 3.0 | 750 | 0.1456 | 0.937 | 0.9374 |
72
+ | 0.1046 | 4.0 | 1000 | 0.1440 | 0.9355 | 0.9349 |
73
+ | 0.0877 | 5.0 | 1250 | 0.1413 | 0.937 | 0.9372 |
74
 
75
 
76
  ### Framework versions