DerivedFunction commited on
Commit
4b25d53
·
verified ·
1 Parent(s): 883487c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -130,6 +130,8 @@ pipeline_tag: token-classification
130
  ![image](https://cdn-uploads.huggingface.co/production/uploads/67ee3f0a66388136438834cc/OnfV_fN2br5c4cPnOn6O0.png)
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
  ![image](https://cdn-uploads.huggingface.co/production/uploads/67ee3f0a66388136438834cc/OnfV_fN2br5c4cPnOn6O0.png)
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.