Update README.md
Browse files
README.md
CHANGED
|
@@ -3,21 +3,20 @@ library_name: transformers
|
|
| 3 |
license: mit
|
| 4 |
base_model: xlm-roberta-base
|
| 5 |
tags:
|
| 6 |
-
-
|
|
|
|
| 7 |
metrics:
|
| 8 |
- precision
|
| 9 |
- recall
|
| 10 |
- f1
|
| 11 |
- accuracy
|
| 12 |
model-index:
|
| 13 |
-
- name:
|
| 14 |
results: []
|
| 15 |
---
|
| 16 |
|
| 17 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 18 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
|
| 20 |
-
#
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
|
|
|
| 3 |
license: mit
|
| 4 |
base_model: xlm-roberta-base
|
| 5 |
tags:
|
| 6 |
+
- language-detection
|
| 7 |
+
- language-identification
|
| 8 |
metrics:
|
| 9 |
- precision
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
- accuracy
|
| 13 |
model-index:
|
| 14 |
+
- name: language-identification
|
| 15 |
results: []
|
| 16 |
---
|
| 17 |
|
|
|
|
|
|
|
| 18 |
|
| 19 |
+
# Language Identification
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|