Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dnivra26
/
muril-lang-id-v7

Text Classification
Transformers
Safetensors
bert
language-identification
indian-languages
banking
romanized
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use dnivra26/muril-lang-id-v7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use dnivra26/muril-lang-id-v7 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="dnivra26/muril-lang-id-v7")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("dnivra26/muril-lang-id-v7")
    model = AutoModelForSequenceClassification.from_pretrained("dnivra26/muril-lang-id-v7", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
muril-lang-id-v7
957 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
dnivra26's picture
dnivra26
Add model.safetensors
c3c9dd0 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.27 kB
    Add README.md 5 months ago
  • config.json
    1.35 kB
    Add config.json 5 months ago
  • model.safetensors
    950 MB
    xet
    Add model.safetensors 5 months ago
  • tokenizer.json
    6.41 MB
    Add tokenizer.json 5 months ago
  • tokenizer_config.json
    346 Bytes
    Add tokenizer_config.json 5 months ago