Commit
·
995799a
1
Parent(s):
3569512
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 None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- F1: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -51,15 +51,15 @@ The following hyperparameters were used during training:
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 54 |
-
| No log | 1.0 | 625 | 0.
|
| 55 |
-
| No log | 2.0 | 1250 | 0.
|
| 56 |
-
| No log | 3.0 | 1875 | 0.
|
| 57 |
-
| 0.
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
-
- Transformers 4.27.
|
| 63 |
- Pytorch 2.0.0+cu118
|
| 64 |
-
- Datasets 2.
|
| 65 |
- Tokenizers 0.13.3
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.1652
|
| 20 |
+
- F1: 0.8800
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 54 |
+
| No log | 1.0 | 625 | 0.1833 | 0.8490 |
|
| 55 |
+
| No log | 2.0 | 1250 | 0.1661 | 0.8672 |
|
| 56 |
+
| No log | 3.0 | 1875 | 0.1609 | 0.8753 |
|
| 57 |
+
| 0.1641 | 4.0 | 2500 | 0.1652 | 0.8800 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
| 61 |
|
| 62 |
+
- Transformers 4.27.0
|
| 63 |
- Pytorch 2.0.0+cu118
|
| 64 |
+
- Datasets 2.12.0
|
| 65 |
- Tokenizers 0.13.3
|