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

l3cube-pune
/
odia-bert

Fill-Mask
Transformers
PyTorch
Safetensors
Oriya
bert
Model card Files Files and versions
xet
Community
1

Instructions to use l3cube-pune/odia-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use l3cube-pune/odia-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="l3cube-pune/odia-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("l3cube-pune/odia-bert")
    model = AutoModelForMaskedLM.from_pretrained("l3cube-pune/odia-bert")
  • Notebooks
  • Google Colab
  • Kaggle
odia-bert
1.91 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
2a7a8b3 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    546 Bytes
    Update README.md over 3 years ago
  • config.json
    659 Bytes
    Update model files over 3 years ago
  • model.safetensors
    951 MB
    xet
    Adding `safetensors` variant of this model about 3 years ago
  • pytorch_model.bin
    951 MB
    xet
    Update model files over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Update model files over 3 years ago
  • tokenizer.json
    6.41 MB
    Update model files over 3 years ago
  • tokenizer_config.json
    449 Bytes
    Update tokenizer_config.json about 3 years ago
  • vocab.txt
    3.16 MB
    Update model files over 3 years ago