Model save
Browse files
README.md
CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [dascim/juribert-tiny](https://huggingface.co/dascim/juribert-tiny) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Model Preparation Time: 0.
|
21 |
-
- Mse: 0.
|
22 |
-
- Mae: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -52,14 +52,14 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Mse | Mae |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:------:|
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0342 | 5.0 | 540 | 0.
|
60 |
-
| 0.
|
61 |
-
| 0.0311 | 7.0 | 756 | 0.
|
62 |
-
| 0.0306 | 8.0 | 864 | 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [dascim/juribert-tiny](https://huggingface.co/dascim/juribert-tiny) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0255
|
20 |
+
- Model Preparation Time: 0.0004
|
21 |
+
- Mse: 0.0256
|
22 |
+
- Mae: 0.1108
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Mse | Mae |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:----------------------:|:------:|:------:|
|
55 |
+
| 0.0971 | 1.0 | 108 | 0.0579 | 0.0004 | 0.0580 | 0.1952 |
|
56 |
+
| 0.0528 | 2.0 | 216 | 0.0377 | 0.0004 | 0.0379 | 0.1473 |
|
57 |
+
| 0.0423 | 3.0 | 324 | 0.0313 | 0.0004 | 0.0314 | 0.1301 |
|
58 |
+
| 0.0366 | 4.0 | 432 | 0.0284 | 0.0004 | 0.0285 | 0.1213 |
|
59 |
+
| 0.0342 | 5.0 | 540 | 0.0270 | 0.0004 | 0.0272 | 0.1163 |
|
60 |
+
| 0.032 | 6.0 | 648 | 0.0261 | 0.0004 | 0.0263 | 0.1132 |
|
61 |
+
| 0.0311 | 7.0 | 756 | 0.0257 | 0.0004 | 0.0258 | 0.1114 |
|
62 |
+
| 0.0306 | 8.0 | 864 | 0.0255 | 0.0004 | 0.0256 | 0.1108 |
|
63 |
|
64 |
|
65 |
### Framework versions
|