Training complete
Browse files
README.md
CHANGED
|
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model was trained from scratch on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss: 0.
|
| 19 |
-
- Accuracy: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -48,21 +48,21 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| 0.
|
| 52 |
-
| 1.
|
| 53 |
-
|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.0007 | 0.5 | 3125 | 0.
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
-
- Transformers 4.
|
| 66 |
- Pytorch 2.2.1+cu121
|
| 67 |
-
- Datasets 2.
|
| 68 |
-
- Tokenizers 0.
|
|
|
|
| 15 |
|
| 16 |
This model was trained from scratch on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.2164
|
| 19 |
+
- Accuracy: 0.944
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| 0.1091 | 0.1 | 625 | 0.3236 | 0.9116 |
|
| 52 |
+
| 1.8143 | 0.2 | 1250 | 0.2305 | 0.9296 |
|
| 53 |
+
| 0.0028 | 0.3 | 1875 | 0.2749 | 0.9284 |
|
| 54 |
+
| 0.0052 | 0.4 | 2500 | 0.2432 | 0.936 |
|
| 55 |
+
| 0.0007 | 0.5 | 3125 | 0.2512 | 0.9348 |
|
| 56 |
+
| 1.6534 | 0.6 | 3750 | 0.2360 | 0.9384 |
|
| 57 |
+
| 1.472 | 0.7 | 4375 | 0.2378 | 0.9388 |
|
| 58 |
+
| 0.0049 | 0.8 | 5000 | 0.2196 | 0.9416 |
|
| 59 |
+
| 0.017 | 0.9 | 5625 | 0.2171 | 0.9436 |
|
| 60 |
+
| 0.3069 | 1.0 | 6250 | 0.2164 | 0.944 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
+
- Transformers 4.40.1
|
| 66 |
- Pytorch 2.2.1+cu121
|
| 67 |
+
- Datasets 2.19.0
|
| 68 |
+
- Tokenizers 0.19.1
|