nikitakapitan
commited on
Commit
•
47ab82f
1
Parent(s):
dd2a590
update model card README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,14 +49,14 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.31.0
|
60 |
- Pytorch 2.0.1+cu118
|
61 |
-
- Datasets 2.
|
62 |
- Tokenizers 0.13.3
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1604
|
21 |
+
- F1: 0.8595
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| 0.2865 | 1.0 | 715 | 0.1769 | 0.8240 |
|
53 |
+
| 0.1463 | 2.0 | 1430 | 0.1601 | 0.8420 |
|
54 |
+
| 0.0937 | 3.0 | 2145 | 0.1604 | 0.8595 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
- Transformers 4.31.0
|
60 |
- Pytorch 2.0.1+cu118
|
61 |
+
- Datasets 2.14.0
|
62 |
- Tokenizers 0.13.3
|