eneskaya commited on
Commit
145ba72
·
1 Parent(s): c02c251

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -22,10 +23,10 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.8733333333333333
26
  - name: F1
27
  type: f1
28
- value: 0.8733333333333333
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,9 +36,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.3243
39
- - Accuracy: 0.8733
40
- - F1: 0.8733
41
 
42
  ## Model description
43
 
@@ -70,7 +71,7 @@ The following hyperparameters were used during training:
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
 
1
  ---
2
  license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  datasets:
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8666666666666667
27
  - name: F1
28
  type: f1
29
+ value: 0.8684210526315789
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.3288
40
+ - Accuracy: 0.8667
41
+ - F1: 0.8684
42
 
43
  ## Model description
44
 
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.31.0
75
  - Pytorch 2.0.1+cu118
76
  - Datasets 2.13.1
77
  - Tokenizers 0.13.3