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

  • Log In
  • Sign Up

chirunder
/
transliteration_based_language_detection

Text Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use chirunder/transliteration_based_language_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chirunder/transliteration_based_language_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="chirunder/transliteration_based_language_detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("chirunder/transliteration_based_language_detection")
    model = AutoModelForSequenceClassification.from_pretrained("chirunder/transliteration_based_language_detection")
  • Notebooks
  • Google Colab
  • Kaggle
transliteration_based_language_detection
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
chirunder's picture
chirunder
Upload BertForSequenceClassification
bf056f9 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    884 Bytes
    Upload BertForSequenceClassification over 2 years ago
  • model.safetensors
    438 MB
    xet
    Upload BertForSequenceClassification over 2 years ago