Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

polyglot-tagger
/
multilabel-language-identification

Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
language-identification
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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
multilabel-language-identification / runs
55.2 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
DerivedFunction1's picture
DerivedFunction1
Training in progress, step 17094
37997ce verified 20 days ago
  • Apr19_06-28-23_magic01
    Training in progress, step 7500 21 days ago
  • Apr19_13-46-19_magic01
    Training in progress, step 17094 20 days ago