HarBat commited on
Commit
c899d24
1 Parent(s): 850aee8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.87
26
  - name: F1
27
  type: f1
28
- value: 0.8849557522123894
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 sst2 dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.4971
39
- - Accuracy: 0.87
40
- - F1: 0.8850
41
 
42
  ## Model description
43
 
@@ -62,7 +62,7 @@ The following hyperparameters were used during training:
62
  - seed: 42
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
- - num_epochs: 15
66
 
67
  ### Training results
68
 
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9071100917431193
26
  - name: F1
27
  type: f1
28
+ value: 0.9110867178924259
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 sst2 dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.3564
39
+ - Accuracy: 0.9071
40
+ - F1: 0.9111
41
 
42
  ## Model description
43
 
 
62
  - seed: 42
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
+ - num_epochs: 5
66
 
67
  ### Training results
68