prajagopal1992 commited on
Commit
ecaf529
1 Parent(s): 9581f23

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.8695652173913044
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 imdb dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.3195
39
- - Accuracy: 0.87
40
- - F1: 0.8696
41
 
42
  ## Model description
43
 
@@ -72,5 +72,5 @@ The following hyperparameters were used during training:
72
 
73
  - Transformers 4.28.1
74
  - Pytorch 2.0.0+cu118
75
- - Datasets 2.11.0
76
  - Tokenizers 0.13.3
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8733333333333333
26
  - name: F1
27
  type: f1
28
+ value: 0.8741721854304636
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 imdb dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.2804
39
+ - Accuracy: 0.8733
40
+ - F1: 0.8742
41
 
42
  ## Model description
43
 
 
72
 
73
  - Transformers 4.28.1
74
  - Pytorch 2.0.0+cu118
75
+ - Datasets 2.12.0
76
  - Tokenizers 0.13.3