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

kuppuluri
/
telugu_bertu

Fill-Mask
Transformers
PyTorch
JAX
Safetensors
Telugu
bert
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use kuppuluri/telugu_bertu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="kuppuluri/telugu_bertu")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("kuppuluri/telugu_bertu")
    model = AutoModelForMaskedLM.from_pretrained("kuppuluri/telugu_bertu")
  • Notebooks
  • Google Colab
  • Kaggle
telugu_bertu
1.33 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 17 commits
kuppuluri's picture
kuppuluri
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#2)
28a48eb over 2 years ago
  • model_cards
    Update model_cards/README.md over 5 years ago
  • .DS_Store
    6.15 kB
    Update .DS_Store over 5 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#2) over 2 years ago
  • README.md
    1.11 kB
    Update README.md over 3 years ago
  • config.json
    505 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    443 MB
    xet
    upload flax model about 5 years ago
  • log_history.json
    2.03 MB
    Update log_history.json over 5 years ago
  • model.safetensors
    443 MB
    xet
    Adding `safetensors` variant of this model (#2) over 2 years ago
  • pytorch_model.bin
    443 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
  • tokenizer_config.json
    191 Bytes
    Update tokenizer_config.json over 5 years ago
  • training_args.bin
    1.84 kB
    xet
    Update training_args.bin over 5 years ago
  • vocab.txt
    604 kB
    Update vocab.txt over 5 years ago