update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the amazon_reviews_multi dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Mae: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,8 +48,8 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Mae |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
-
| 1.
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the amazon_reviews_multi dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.9177
|
20 |
+
- Mae: 0.4756
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Mae |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 1.136 | 1.0 | 235 | 0.9515 | 0.4756 |
|
52 |
+
| 0.9724 | 2.0 | 470 | 0.9177 | 0.4756 |
|
53 |
|
54 |
|
55 |
### Framework versions
|