update model card README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Rmse: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -49,7 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.5917
|
18 |
+
- Rmse: 0.6429
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.7094 | 4.0 | 500 | 0.5917 | 0.6429 |
|
53 |
|
54 |
|
55 |
### Framework versions
|