ashwinperti commited on
Commit
8532e78
·
1 Parent(s): 43cf9c5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -17,15 +17,15 @@ model-index:
17
  name: imdb
18
  type: imdb
19
  config: plain_text
20
- split: train
21
  args: plain_text
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.89
26
  - name: F1
27
  type: f1
28
- value: 0.8932038834951457
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.3003
39
- - Accuracy: 0.89
40
- - F1: 0.8932
41
 
42
  ## Model description
43
 
@@ -70,7 +70,7 @@ The following hyperparameters were used during training:
70
 
71
  ### Framework versions
72
 
73
- - Transformers 4.22.2
74
- - Pytorch 1.12.1+cu113
75
- - Datasets 2.5.1
76
- - Tokenizers 0.12.1
 
17
  name: imdb
18
  type: imdb
19
  config: plain_text
20
+ split: test
21
  args: plain_text
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.8766666666666667
26
  - name: F1
27
  type: f1
28
+ value: 0.877887788778878
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.3080
39
+ - Accuracy: 0.8767
40
+ - F1: 0.8779
41
 
42
  ## Model description
43
 
 
70
 
71
  ### Framework versions
72
 
73
+ - Transformers 4.30.2
74
+ - Pytorch 2.0.1+cu118
75
+ - Datasets 2.13.1
76
+ - Tokenizers 0.13.3