End of training
Browse files- README.md +29 -8
- config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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 |
-
-
|
36 |
-
-
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -58,14 +58,35 @@ The following hyperparameters were used during training:
|
|
58 |
- seed: 42
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
-
- num_epochs:
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
66 |
-
|
67 |
-
| 0.2227 | 1.0 | 1563
|
68 |
-
| 0.1325 | 2.0 | 3126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.92484
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
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 |
+
- Accuracy: 0.9248
|
36 |
+
- Loss: 0.6918
|
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 | Accuracy | Validation Loss |
|
66 |
+
|:-------------:|:-----:|:-----:|:--------:|:---------------:|
|
67 |
+
| 0.2227 | 1.0 | 1563 | 0.9217 | 0.2214 |
|
68 |
+
| 0.1325 | 2.0 | 3126 | 0.9312 | 0.2340 |
|
69 |
+
| 0.1433 | 3.0 | 4689 | 0.9273 | 0.2143 |
|
70 |
+
| 0.1093 | 4.0 | 6252 | 0.9267 | 0.3209 |
|
71 |
+
| 0.0601 | 5.0 | 7815 | 0.9276 | 0.3734 |
|
72 |
+
| 0.0497 | 6.0 | 9378 | 0.9174 | 0.4883 |
|
73 |
+
| 0.0632 | 7.0 | 10941 | 0.9169 | 0.4722 |
|
74 |
+
| 0.0301 | 8.0 | 12504 | 0.9048 | 0.5964 |
|
75 |
+
| 0.0292 | 9.0 | 14067 | 0.9261 | 0.4406 |
|
76 |
+
| 0.0119 | 10.0 | 15630 | 0.9264 | 0.5227 |
|
77 |
+
| 0.0218 | 11.0 | 17193 | 0.9294 | 0.5665 |
|
78 |
+
| 0.0161 | 12.0 | 18756 | 0.9276 | 0.5829 |
|
79 |
+
| 0.0068 | 13.0 | 20319 | 0.928 | 0.5820 |
|
80 |
+
| 0.0265 | 14.0 | 21882 | 0.9229 | 0.5842 |
|
81 |
+
| 0.0098 | 15.0 | 23445 | 0.9283 | 0.6034 |
|
82 |
+
| 0.0081 | 16.0 | 25008 | 0.9251 | 0.6624 |
|
83 |
+
| 0.0062 | 17.0 | 26571 | 0.9138 | 0.5561 |
|
84 |
+
| 0.0153 | 18.0 | 28134 | 0.9223 | 0.6722 |
|
85 |
+
| 0.0213 | 19.0 | 29697 | 0.9233 | 0.6735 |
|
86 |
+
| 0.0148 | 20.0 | 31260 | 0.9283 | 0.5918 |
|
87 |
+
| 0.0076 | 21.0 | 32823 | 0.9248 | 0.7200 |
|
88 |
+
| 0.0088 | 22.0 | 34386 | 0.9221 | 0.6554 |
|
89 |
+
| 0.0072 | 23.0 | 35949 | 0.9248 | 0.6918 |
|
90 |
|
91 |
|
92 |
### Framework versions
|
config.json
CHANGED
@@ -22,7 +22,6 @@
|
|
22 |
"n_heads": 12,
|
23 |
"n_layers": 6,
|
24 |
"pad_token_id": 0,
|
25 |
-
"problem_type": "single_label_classification",
|
26 |
"qa_dropout": 0.1,
|
27 |
"seq_classif_dropout": 0.2,
|
28 |
"sinusoidal_pos_embds": false,
|
|
|
22 |
"n_heads": 12,
|
23 |
"n_layers": 6,
|
24 |
"pad_token_id": 0,
|
|
|
25 |
"qa_dropout": 0.1,
|
26 |
"seq_classif_dropout": 0.2,
|
27 |
"sinusoidal_pos_embds": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:159036f3c61aa5496b4ba556dd488644ad96bae42fb22c4b9269e61d29714b9c
|
3 |
size 4091
|