DeeeTeeee01
commited on
Commit
•
5d9b560
1
Parent(s):
616bdd2
update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -14,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) 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 |
|
@@ -46,15 +47,15 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
56 |
|
57 |
-
- Transformers 4.
|
58 |
- Pytorch 2.0.1+cu118
|
59 |
- Datasets 2.13.1
|
60 |
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.6361
|
19 |
+
- Rmse: 0.6573
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Rmse |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
50 |
+
| 0.742 | 1.0 | 500 | 0.6680 | 0.7110 |
|
51 |
+
| 0.6323 | 2.0 | 1000 | 0.6681 | 0.7018 |
|
52 |
+
| 0.5293 | 3.0 | 1500 | 0.6361 | 0.6573 |
|
53 |
+
| 0.4233 | 4.0 | 2000 | 0.6638 | 0.6538 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.31.0
|
59 |
- Pytorch 2.0.1+cu118
|
60 |
- Datasets 2.13.1
|
61 |
- Tokenizers 0.13.3
|