Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
language-identification
text-embeddings-inference
Instructions to use polyglot-tagger/multilabel-language-identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use polyglot-tagger/multilabel-language-identification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="polyglot-tagger/multilabel-language-identification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("polyglot-tagger/multilabel-language-identification") model = AutoModelForSequenceClassification.from_pretrained("polyglot-tagger/multilabel-language-identification") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 516f2fc365650acf148b86e45907397a0c35af523df9e2ea3f88e25c76c1f057
- Size of remote file:
- 17.1 MB
- SHA256:
- acbd420e2269cdc1ef45332d3d5c418be4aef6b8cb5a0b7ccae0893485307153
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.