Venkatesh4342
commited on
Commit
•
e97b217
1
Parent(s):
f94908d
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 an unknown 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 |
|
55 |
-
| No log | 2.0 |
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.27.0
|
63 |
- Pytorch 2.0.1+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 an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1402
|
20 |
+
- F1: 0.8089
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
54 |
+
| No log | 1.0 | 2463 | 0.1446 | 0.7890 |
|
55 |
+
| No log | 2.0 | 4926 | 0.1369 | 0.8034 |
|
56 |
+
| 0.1387 | 3.0 | 7389 | 0.1382 | 0.8075 |
|
57 |
+
| 0.1387 | 4.0 | 9852 | 0.1402 | 0.8089 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.27.0
|
63 |
- Pytorch 2.0.1+cu118
|
64 |
+
- Datasets 2.14.4
|
65 |
- Tokenizers 0.13.3
|