AlexanderHolmes0
commited on
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: 0
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,8 +38,8 @@ 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
|
@@ -50,7 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### 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.0000
|
21 |
+
- Accuracy: 1.0
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 0.0 | 0.09 | 100 | 0.0000 | 1.0 |
|
54 |
+
| 0.0 | 0.19 | 200 | 0.0000 | 1.0 |
|
55 |
+
| 0.0 | 0.28 | 300 | 0.0000 | 1.0 |
|
56 |
+
| 0.0 | 0.37 | 400 | 0.0000 | 1.0 |
|
57 |
+
| 0.0 | 0.47 | 500 | 0.0000 | 1.0 |
|
58 |
+
| 0.0 | 0.56 | 600 | 0.0000 | 1.0 |
|
59 |
+
| 0.0 | 0.65 | 700 | 0.0000 | 1.0 |
|
60 |
+
| 0.0 | 0.75 | 800 | 0.0000 | 1.0 |
|
61 |
+
| 0.0 | 0.84 | 900 | 0.0000 | 1.0 |
|
62 |
+
| 0.0 | 0.93 | 1000 | 0.0000 | 1.0 |
|
63 |
|
64 |
|
65 |
### Framework versions
|