End of training
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,23 +38,33 @@ More information needed
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 1e-05
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
-
- seed:
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step
|
51 |
-
|
52 |
-
|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 1.
|
57 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.9264
|
21 |
+
- Accuracy: 0.3289
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 1e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 67
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 16
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
52 |
+
| 2.1244 | 1.0 | 2318 | 2.0165 | 0.2812 |
|
53 |
+
| 1.8772 | 2.0 | 4636 | 1.8726 | 0.3393 |
|
54 |
+
| 1.7305 | 3.0 | 6954 | 1.8347 | 0.3589 |
|
55 |
+
| 1.5873 | 4.0 | 9272 | 1.8587 | 0.3631 |
|
56 |
+
| 1.4615 | 5.0 | 11590 | 1.9537 | 0.3588 |
|
57 |
+
| 1.2914 | 6.0 | 13908 | 2.0050 | 0.3620 |
|
58 |
+
| 1.15 | 7.0 | 16226 | 2.1050 | 0.3467 |
|
59 |
+
| 1.0332 | 8.0 | 18544 | 2.2455 | 0.3490 |
|
60 |
+
| 0.9257 | 9.0 | 20862 | 2.3592 | 0.3357 |
|
61 |
+
| 0.8086 | 10.0 | 23180 | 2.4679 | 0.3343 |
|
62 |
+
| 0.7231 | 11.0 | 25498 | 2.5798 | 0.3362 |
|
63 |
+
| 0.6471 | 12.0 | 27816 | 2.6849 | 0.3335 |
|
64 |
+
| 0.5839 | 13.0 | 30134 | 2.7941 | 0.3256 |
|
65 |
+
| 0.5238 | 14.0 | 32452 | 2.8416 | 0.3256 |
|
66 |
+
| 0.4804 | 15.0 | 34770 | 2.9133 | 0.3297 |
|
67 |
+
| 0.4346 | 16.0 | 37088 | 2.9264 | 0.3289 |
|
68 |
|
69 |
|
70 |
### Framework versions
|