Training complete
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model was trained from scratch on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
-
| No log | 1.0 | 474 | 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model was trained from scratch on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1406
|
22 |
+
- Precision: 0.5275
|
23 |
+
- Recall: 0.5723
|
24 |
+
- F1: 0.5490
|
25 |
+
- Accuracy: 0.9563
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| No log | 1.0 | 474 | 0.1706 | 0.4389 | 0.3693 | 0.4011 | 0.9452 |
|
57 |
+
| 0.2264 | 2.0 | 948 | 0.1624 | 0.4957 | 0.5850 | 0.5367 | 0.9495 |
|
58 |
+
| 0.1305 | 3.0 | 1422 | 0.1406 | 0.5275 | 0.5723 | 0.5490 | 0.9563 |
|
59 |
|
60 |
|
61 |
### Framework versions
|