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

  • Log In
  • Sign Up

GKLMIP
/
bert-myanmar-base-uncased

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

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

  • Libraries
  • Transformers

    How to use GKLMIP/bert-myanmar-base-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="GKLMIP/bert-myanmar-base-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("GKLMIP/bert-myanmar-base-uncased")
    model = AutoModelForMaskedLM.from_pretrained("GKLMIP/bert-myanmar-base-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-myanmar-base-uncased
425 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
GKLMIP's picture
GKLMIP
Update README.md
f3d5ba1 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    496 Bytes
    Update README.md over 4 years ago
  • config.json
    624 Bytes
    Upload config.json over 4 years ago
  • my.wiki.bpe.vs25000.vocab.txt
    674 kB
    Upload my.wiki.bpe.vs25000.vocab.txt over 4 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?

    424 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • vocab.txt
    535 kB
    Upload vocab.txt over 4 years ago