update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: xlm-roberta-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -17,8 +16,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 +48,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.
|
60 |
-
- Pytorch 2.
|
61 |
- Datasets 1.16.1
|
62 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
|
|
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.1763
|
20 |
+
- F1: 0.8516
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| 0.3012 | 1.0 | 835 | 0.1952 | 0.8008 |
|
52 |
+
| 0.1555 | 2.0 | 1670 | 0.1797 | 0.8373 |
|
53 |
+
| 0.101 | 3.0 | 2505 | 0.1763 | 0.8516 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.16.2
|
59 |
+
- Pytorch 2.4.0+cu124
|
60 |
- Datasets 1.16.1
|
61 |
- Tokenizers 0.19.1
|