End of training
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rmse: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Rmse | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7135
|
21 |
+
- Rmse: 0.6123
|
22 |
+
- Accuracy: 0.8691
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Rmse | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|
|
53 |
+
| 0.8907 | 1.0 | 3790 | 0.9401 | 0.6715 | 0.8152 |
|
54 |
+
| 0.7855 | 2.0 | 7580 | 0.7974 | 0.6301 | 0.8501 |
|
55 |
+
| 0.6837 | 3.0 | 11370 | 0.8520 | 0.6384 | 0.8553 |
|
56 |
+
| 0.6271 | 4.0 | 15160 | 0.7731 | 0.6140 | 0.8669 |
|
57 |
+
| 0.5311 | 5.0 | 18950 | 0.7135 | 0.6123 | 0.8691 |
|
58 |
|
59 |
|
60 |
### Framework versions
|