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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

neuralspace
/
indic-transformers-hi-distilbert

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
distilbert
Model card Files Files and versions
xet
Community
1

Instructions to use neuralspace/indic-transformers-hi-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use neuralspace/indic-transformers-hi-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="neuralspace/indic-transformers-hi-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("neuralspace/indic-transformers-hi-distilbert")
    model = AutoModelForMaskedLM.from_pretrained("neuralspace/indic-transformers-hi-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
indic-transformers-hi-distilbert
632 MB
Ctrl+K
Ctrl+K
History: 7 commits
system's picture
system HF Staff
Update vocab.txt
294d253 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit over 5 years ago
  • config.json
    438 Bytes
    Update config.json over 5 years ago
  • pytorch_model.bin
    268 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json over 5 years ago
  • tf_model.h5
    363 MB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenizer_config.json
    2 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.txt
    392 kB
    Update vocab.txt over 5 years ago