Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: mit
|
|
3 |
base_model: FacebookAI/xlm-roberta-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- precision
|
8 |
- recall
|
@@ -10,9 +12,29 @@ metrics:
|
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
- name: fine_tuned_XLMROBERTA_cs_wikann
|
13 |
-
results:
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -20,7 +42,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
# fine_tuned_XLMROBERTA_cs_wikann
|
22 |
|
23 |
-
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 0.1543
|
26 |
- Precision: 0.9203
|
|
|
3 |
base_model: FacebookAI/xlm-roberta-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- wikiann
|
8 |
metrics:
|
9 |
- precision
|
10 |
- recall
|
|
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
- name: fine_tuned_XLMROBERTA_cs_wikann
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Token Classification
|
18 |
+
type: token-classification
|
19 |
+
dataset:
|
20 |
+
name: wikiann
|
21 |
+
type: wikiann
|
22 |
+
config: default
|
23 |
+
split: validation
|
24 |
+
args: default
|
25 |
+
metrics:
|
26 |
+
- name: Precision
|
27 |
+
type: precision
|
28 |
+
value: 0.920336
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.934218
|
32 |
+
- name: F1
|
33 |
+
type: f1
|
34 |
+
value: 0.927225
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.973202
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
42 |
|
43 |
# fine_tuned_XLMROBERTA_cs_wikann
|
44 |
|
45 |
+
This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on a czech wikiann dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
- Loss: 0.1543
|
48 |
- Precision: 0.9203
|