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

Naveen-k
/
KanBERTo

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

Instructions to use Naveen-k/KanBERTo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Naveen-k/KanBERTo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="Naveen-k/KanBERTo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("Naveen-k/KanBERTo")
    model = AutoModelForMaskedLM.from_pretrained("Naveen-k/KanBERTo")
  • Notebooks
  • Google Colab
  • Kaggle
KanBERTo
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
4ef4b1e about 5 years ago
  • checkpoint-150000
    Update checkpoint-150000/pytorch_model.bin over 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    1.68 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    515 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    334 MB
    xet
    upload flax model about 5 years ago
  • merges.txt
    700 kB
    Update merges.txt over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    336 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    1.52 kB
    xet
    Update training_args.bin over 5 years ago
  • vocab.json
    1.06 MB
    Update vocab.json over 5 years ago