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

sagorsarker
/
bangla-bert-base

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
Bengali
bert
bengali
bengali-lm
bangla
Model card Files Files and versions
xet
Community
1

Instructions to use sagorsarker/bangla-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sagorsarker/bangla-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="sagorsarker/bangla-bert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("sagorsarker/bangla-bert-base")
    model = AutoModelForMaskedLM.from_pretrained("sagorsarker/bangla-bert-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
bangla-bert-base
2.96 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 22 commits
sagorsarker's picture
sagorsarker
Update README.md
875aa80 almost 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    6.13 kB
    Update README.md almost 3 years ago
  • config.json
    491 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    658 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    660 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    660 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • tf_model.h5
    976 MB
    xet
    added tf version of bangla-bert-base by sagorsarker over 5 years ago
  • vocab.txt
    2.24 MB
    Update vocab.txt over 5 years ago