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

  • Log In
  • Sign Up

mr4
/
language-detection

Text Classification
Transformers
Safetensors
Vietnamese
English
bert
Vietnamese
Vietnamese (without accents)
English
Muong
Muong (without accents)
Language detection
Analysis
Model card Files Files and versions
xet
Community

Instructions to use mr4/language-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mr4/language-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="mr4/language-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("mr4/language-detection")
    model = AutoModelForSequenceClassification.from_pretrained("mr4/language-detection")
  • Notebooks
  • Google Colab
  • Kaggle
language-detection
712 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
mr4's picture
mr4
Update README.md
3393702 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.45 kB
    Update README.md about 1 year ago
  • config.json
    1.38 kB
    Upload 5 files about 1 year ago
  • model.safetensors
    711 MB
    xet
    Upload 5 files about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Upload 5 files about 1 year ago
  • tokenizer_config.json
    1.27 kB
    Upload 5 files about 1 year ago
  • vocab.txt
    996 kB
    Upload 5 files about 1 year ago