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

kkkamur07
/
hindi-modernbert

Fill-Mask
Transformers
Safetensors
Hindi
modernbert
hindi
indic
devanagari
masked-language-modeling
long-context
retrieval
Model card Files Files and versions
xet
Community

Instructions to use kkkamur07/hindi-modernbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use kkkamur07/hindi-modernbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="kkkamur07/hindi-modernbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("kkkamur07/hindi-modernbert")
    model = AutoModelForMaskedLM.from_pretrained("kkkamur07/hindi-modernbert", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
hindi-modernbert
1.81 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 25 commits
kkkamur07's picture
kkkamur07
Update model card datasets metadata and Data section
6f3c9ca verified 3 months ago
  • checkpoints
    Remove duplicate ba1157 checkpoint subfolder 3 months ago
  • .gitattributes
    92 Bytes
    Upload hindi-modernBERT ba1157 (mlm) 3 months ago
  • README.md
    11.8 kB
    Update model card datasets metadata and Data section 3 months ago
  • config.json
    1.75 kB
    Upload hindi-modernBERT ba1157 (mlm) 3 months ago
  • model.safetensors
    599 MB
    xet
    Upload hindi-modernBERT ba1157 (mlm) 3 months ago
  • special_tokens_map.json
    156 Bytes
    Upload hindi-modernBERT ba1157 (mlm) 3 months ago
  • tokenizer.json
    4.18 MB
    Upload hindi-modernBERT ba1157 (mlm) 3 months ago
  • tokenizer_config.json
    543 Bytes
    Upload hindi-modernBERT ba1157 (mlm) 3 months ago