mishkashishka
commited on
End of training
Browse files- README.md +37 -3
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
base_model: neal49/distilbert-sst2-runglue
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
model-index:
|
6 |
- name: dnd
|
7 |
results: []
|
@@ -13,6 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# dnd
|
14 |
|
15 |
This model is a fine-tuned version of [neal49/distilbert-sst2-runglue](https://huggingface.co/neal49/distilbert-sst2-runglue) on an unknown dataset.
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -31,19 +36,48 @@ More information needed
|
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
34 |
-
- learning_rate:
|
35 |
- train_batch_size: 16
|
36 |
- eval_batch_size: 16
|
37 |
- seed: 42
|
38 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
- lr_scheduler_type: linear
|
40 |
-
- num_epochs:
|
41 |
|
42 |
### Training results
|
43 |
|
44 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
45 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
46 |
-
| No log | 1.0 | 15 | 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
2 |
base_model: neal49/distilbert-sst2-runglue
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
model-index:
|
8 |
- name: dnd
|
9 |
results: []
|
|
|
15 |
# dnd
|
16 |
|
17 |
This model is a fine-tuned version of [neal49/distilbert-sst2-runglue](https://huggingface.co/neal49/distilbert-sst2-runglue) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4907
|
20 |
+
- Accuracy: 0.8246
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 2e-06
|
40 |
- train_batch_size: 16
|
41 |
- eval_batch_size: 16
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 30
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 15 | 0.6813 | 0.5789 |
|
52 |
+
| No log | 2.0 | 30 | 0.6725 | 0.5789 |
|
53 |
+
| No log | 3.0 | 45 | 0.6588 | 0.6140 |
|
54 |
+
| No log | 4.0 | 60 | 0.6536 | 0.6140 |
|
55 |
+
| No log | 5.0 | 75 | 0.6524 | 0.6140 |
|
56 |
+
| No log | 6.0 | 90 | 0.6426 | 0.6140 |
|
57 |
+
| No log | 7.0 | 105 | 0.6333 | 0.6316 |
|
58 |
+
| No log | 8.0 | 120 | 0.6148 | 0.6491 |
|
59 |
+
| No log | 9.0 | 135 | 0.6081 | 0.6491 |
|
60 |
+
| No log | 10.0 | 150 | 0.5724 | 0.7018 |
|
61 |
+
| No log | 11.0 | 165 | 0.5984 | 0.6842 |
|
62 |
+
| No log | 12.0 | 180 | 0.5328 | 0.7368 |
|
63 |
+
| No log | 13.0 | 195 | 0.5419 | 0.7719 |
|
64 |
+
| No log | 14.0 | 210 | 0.5271 | 0.7719 |
|
65 |
+
| No log | 15.0 | 225 | 0.5188 | 0.7719 |
|
66 |
+
| No log | 16.0 | 240 | 0.5283 | 0.7719 |
|
67 |
+
| No log | 17.0 | 255 | 0.5012 | 0.7719 |
|
68 |
+
| No log | 18.0 | 270 | 0.4863 | 0.7895 |
|
69 |
+
| No log | 19.0 | 285 | 0.5329 | 0.7895 |
|
70 |
+
| No log | 20.0 | 300 | 0.4861 | 0.8070 |
|
71 |
+
| No log | 21.0 | 315 | 0.5065 | 0.8246 |
|
72 |
+
| No log | 22.0 | 330 | 0.4864 | 0.8070 |
|
73 |
+
| No log | 23.0 | 345 | 0.5060 | 0.8246 |
|
74 |
+
| No log | 24.0 | 360 | 0.4752 | 0.8246 |
|
75 |
+
| No log | 25.0 | 375 | 0.4983 | 0.8246 |
|
76 |
+
| No log | 26.0 | 390 | 0.4925 | 0.8246 |
|
77 |
+
| No log | 27.0 | 405 | 0.4774 | 0.8246 |
|
78 |
+
| No log | 28.0 | 420 | 0.4804 | 0.8246 |
|
79 |
+
| No log | 29.0 | 435 | 0.4927 | 0.8246 |
|
80 |
+
| No log | 30.0 | 450 | 0.4907 | 0.8246 |
|
81 |
|
82 |
|
83 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267855978
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c9465e05d7c1d66bd0d5289ae88b0db0ed71ffb0595516203fb77dd4758c918
|
3 |
size 267855978
|