Realgon commited on
Commit
25f3a8c
1 Parent(s): 4aacd70

End of training

Browse files
Files changed (1) hide show
  1. README.md +45 -8
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - imdb
 
 
8
  model-index:
9
  - name: distilbert_imdb_padding50model
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
16
  # distilbert_imdb_padding50model
17
 
18
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
 
 
 
19
 
20
  ## Model description
21
 
@@ -40,18 +58,37 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 0.01
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
48
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
49
- | No log | 0.01 | 16 | 0.6824 | 0.5416 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
 
52
  ### Framework versions
53
 
54
- - Transformers 4.32.1
55
- - Pytorch 2.1.1
56
- - Datasets 2.12.0
57
  - Tokenizers 0.13.3
 
5
  - generated_from_trainer
6
  datasets:
7
  - imdb
8
+ metrics:
9
+ - accuracy
10
  model-index:
11
  - name: distilbert_imdb_padding50model
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
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.93044
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # distilbert_imdb_padding50model
32
 
33
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.7456
36
+ - Accuracy: 0.9304
37
 
38
  ## Model description
39
 
 
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
+ - num_epochs: 20
62
 
63
  ### Training results
64
 
65
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
+ | 0.239 | 1.0 | 1563 | 0.2904 | 0.9081 |
68
+ | 0.1693 | 2.0 | 3126 | 0.2311 | 0.9272 |
69
+ | 0.1117 | 3.0 | 4689 | 0.3226 | 0.9248 |
70
+ | 0.0626 | 4.0 | 6252 | 0.3785 | 0.9226 |
71
+ | 0.0467 | 5.0 | 7815 | 0.4768 | 0.9175 |
72
+ | 0.0292 | 6.0 | 9378 | 0.4735 | 0.9241 |
73
+ | 0.0294 | 7.0 | 10941 | 0.5132 | 0.9261 |
74
+ | 0.0207 | 8.0 | 12504 | 0.5925 | 0.9162 |
75
+ | 0.0229 | 9.0 | 14067 | 0.5995 | 0.9240 |
76
+ | 0.0076 | 10.0 | 15630 | 0.6841 | 0.9224 |
77
+ | 0.0125 | 11.0 | 17193 | 0.6141 | 0.9272 |
78
+ | 0.0046 | 12.0 | 18756 | 0.6427 | 0.9293 |
79
+ | 0.007 | 13.0 | 20319 | 0.6095 | 0.9284 |
80
+ | 0.0051 | 14.0 | 21882 | 0.7158 | 0.9250 |
81
+ | 0.0037 | 15.0 | 23445 | 0.7008 | 0.9268 |
82
+ | 0.0023 | 16.0 | 25008 | 0.7489 | 0.9280 |
83
+ | 0.0023 | 17.0 | 26571 | 0.7541 | 0.9282 |
84
+ | 0.0001 | 18.0 | 28134 | 0.7298 | 0.9299 |
85
+ | 0.0013 | 19.0 | 29697 | 0.7388 | 0.9304 |
86
+ | 0.001 | 20.0 | 31260 | 0.7456 | 0.9304 |
87
 
88
 
89
  ### Framework versions
90
 
91
+ - Transformers 4.33.2
92
+ - Pytorch 2.0.1+cu117
93
+ - Datasets 2.14.5
94
  - Tokenizers 0.13.3