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

  • Log In
  • Sign Up

SpireLab
/
RESPIN_LanguageModels

Fill-Mask
Transformers
Safetensors
muril
bert
mlm
low-resource
indic-languages
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use SpireLab/RESPIN_LanguageModels with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="SpireLab/RESPIN_LanguageModels")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("SpireLab/RESPIN_LanguageModels", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
RESPIN_LanguageModels
1.52 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
SpireLab's picture
SpireLab
initial commit
c6f7a63 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago