Update README.md
Browse files
README.md
CHANGED
|
@@ -130,6 +130,8 @@ pipeline_tag: token-classification
|
|
| 130 |

|
| 131 |
|
| 132 |
|
|
|
|
|
|
|
| 133 |
Fine-tuned `xlm-roberta-base` for sentence-level language tagging across 100 languages.
|
| 134 |
The model predicts BIO-style language tags over tokens, which makes it useful for
|
| 135 |
language identification, code-switch detection, and multilingual document analysis.
|
|
|
|
| 130 |

|
| 131 |
|
| 132 |
|
| 133 |
+
This model is experimental, see `polyglot-tagger-v2` for the latest version.
|
| 134 |
+
|
| 135 |
Fine-tuned `xlm-roberta-base` for sentence-level language tagging across 100 languages.
|
| 136 |
The model predicts BIO-style language tags over tokens, which makes it useful for
|
| 137 |
language identification, code-switch detection, and multilingual document analysis.
|