AlexanderHolmes0
commited on
Commit
•
a952420
1
Parent(s):
2aae8e9
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 [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,28 +38,28 @@ More information needed
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 1
|
47 |
-
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0096
|
21 |
+
- Accuracy: 0.9976
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
- num_epochs: 1
|
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| 0.1809 | 0.09 | 100 | 0.0608 | 0.9840 |
|
53 |
+
| 0.0433 | 0.18 | 200 | 0.0222 | 0.9933 |
|
54 |
+
| 0.0248 | 0.27 | 300 | 0.0631 | 0.9834 |
|
55 |
+
| 0.0246 | 0.36 | 400 | 0.0363 | 0.9903 |
|
56 |
+
| 0.0223 | 0.45 | 500 | 0.0378 | 0.9906 |
|
57 |
+
| 0.0172 | 0.53 | 600 | 0.0129 | 0.9969 |
|
58 |
+
| 0.0133 | 0.62 | 700 | 0.0208 | 0.9947 |
|
59 |
+
| 0.0188 | 0.71 | 800 | 0.0118 | 0.9971 |
|
60 |
+
| 0.0134 | 0.8 | 900 | 0.0109 | 0.9971 |
|
61 |
+
| 0.0055 | 0.89 | 1000 | 0.0096 | 0.9976 |
|
62 |
+
| 0.0055 | 0.98 | 1100 | 0.0096 | 0.9976 |
|
63 |
|
64 |
|
65 |
### Framework versions
|