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

  • Log In
  • Sign Up

subbareddyoota
/
bert_ltrc_telugu

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

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

  • Libraries
  • Transformers

    How to use subbareddyoota/bert_ltrc_telugu with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="subbareddyoota/bert_ltrc_telugu")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("subbareddyoota/bert_ltrc_telugu")
    model = AutoModelForMaskedLM.from_pretrained("subbareddyoota/bert_ltrc_telugu")
  • Notebooks
  • Google Colab
  • Kaggle
bert_ltrc_telugu
1.73 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
469815e almost 5 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • config.json
    506 Bytes
    commit from ubuntu about 5 years ago
  • flax_model.msgpack
    433 MB
    xet
    upload flax model almost 5 years ago
  • optimizer.pt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    867 MB
    xet
    commit from ubuntu about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    433 MB
    xet
    commit from ubuntu about 5 years ago
  • scheduler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    258 Bytes
    xet
    commit from ubuntu about 5 years ago
  • special_tokens_map.json
    112 Bytes
    commit from ubuntu about 5 years ago
  • tokenizer_config.json
    299 Bytes
    commit from ubuntu about 5 years ago
  • training_args.bin
    1.25 kB
    xet
    commit from ubuntu about 5 years ago
  • vocab.txt
    213 kB
    commit from ubuntu about 5 years ago