End of training
Browse files- README.md +11 -9
- pytorch_model.bin +1 -1
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 |
|
@@ -44,17 +44,19 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
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.7042
|
21 |
+
- Rmse: 0.6062
|
22 |
+
- Accuracy: 0.8574
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 7
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Rmse | Accuracy |
|
52 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|
|
53 |
+
| 0.8318 | 1.0 | 3790 | 0.7042 | 0.6062 | 0.8574 |
|
54 |
+
| 0.6979 | 2.0 | 7580 | 0.8326 | 0.6754 | 0.8416 |
|
55 |
+
| 0.7497 | 3.0 | 11370 | 1.0764 | 0.7446 | 0.8004 |
|
56 |
+
| 0.8444 | 4.0 | 15160 | 0.9529 | 0.6628 | 0.8458 |
|
57 |
+
| 0.6879 | 5.0 | 18950 | 0.8014 | 0.6442 | 0.8479 |
|
58 |
+
| 0.5306 | 6.0 | 22740 | 0.7252 | 0.6174 | 0.8627 |
|
59 |
+
| 0.466 | 7.0 | 26530 | 0.7364 | 0.5965 | 0.8691 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 469314837
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c885b34de8855c82d872ced7b2c5416aadbd88e3969c95a575131edade3585d0
|
3 |
size 469314837
|