DangerRat commited on
Commit
d9e610c
·
1 Parent(s): 6938623

End of training

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -3,9 +3,28 @@ tags:
3
  - generated_from_trainer
4
  datasets:
5
  - imdb
 
 
 
6
  model-index:
7
  - name: distilbert-base-uncased
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,6 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
14
  # distilbert-base-uncased
15
 
16
  This model was trained from scratch on the imdb dataset.
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -46,7 +69,7 @@ The following hyperparameters were used during training:
46
 
47
  ### Framework versions
48
 
49
- - Transformers 4.34.0
50
  - Pytorch 2.0.1+cu118
51
  - Datasets 2.14.5
52
  - Tokenizers 0.14.1
 
3
  - generated_from_trainer
4
  datasets:
5
  - imdb
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
  model-index:
10
  - name: distilbert-base-uncased
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: imdb
17
+ type: imdb
18
+ config: plain_text
19
+ split: test
20
+ args: plain_text
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.8721311475409836
25
+ - name: F1
26
+ type: f1
27
+ value: 0.8721311475409836
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
  # distilbert-base-uncased
34
 
35
  This model was trained from scratch on the imdb dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.3253
38
+ - Accuracy: 0.8721
39
+ - F1: 0.8721
40
 
41
  ## Model description
42
 
 
69
 
70
  ### Framework versions
71
 
72
+ - Transformers 4.34.1
73
  - Pytorch 2.0.1+cu118
74
  - Datasets 2.14.5
75
  - Tokenizers 0.14.1