update model card README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Rmse: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.2934
|
19 |
+
- Rmse: 0.3657
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.7234 | 2.72 | 500 | 0.4388 | 0.5622 |
|
54 |
+
| 0.1723 | 5.43 | 1000 | 0.2934 | 0.3657 |
|
55 |
+
| 0.0454 | 8.15 | 1500 | 0.3104 | 0.3099 |
|
56 |
+
| 0.021 | 10.86 | 2000 | 0.3128 | 0.2884 |
|
57 |
+
| 0.013 | 13.58 | 2500 | 0.3428 | 0.2907 |
|
58 |
|
59 |
|
60 |
### Framework versions
|