Venkatesh4342
commited on
Commit
•
a7bdfce
1
Parent(s):
fba112a
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 |
|
@@ -49,12 +49,12 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step
|
53 |
-
|
54 |
-
| No log | 1.0 |
|
55 |
-
| No log | 2.0 |
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
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.1446
|
20 |
+
- F1: 0.8111
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
53 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
54 |
+
| No log | 1.0 | 2509 | 0.1507 | 0.7986 |
|
55 |
+
| No log | 2.0 | 5019 | 0.1419 | 0.8054 |
|
56 |
+
| 0.1385 | 3.0 | 7529 | 0.1399 | 0.8077 |
|
57 |
+
| 0.1385 | 4.0 | 10036 | 0.1446 | 0.8111 |
|
58 |
|
59 |
|
60 |
### Framework versions
|