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

  • Log In
  • Sign Up

GKLMIP
/
bert-laos-small-uncased

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

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

  • Libraries
  • Transformers

    How to use GKLMIP/bert-laos-small-uncased with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="GKLMIP/bert-laos-small-uncased")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("GKLMIP/bert-laos-small-uncased")
    model = AutoModelForMaskedLM.from_pretrained("GKLMIP/bert-laos-small-uncased")
  • Notebooks
  • Google Colab
  • Kaggle
bert-laos-small-uncased
106 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
GKLMIP's picture
GKLMIP
Create README.md
6fb5cbc almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    92 Bytes
    Create README.md almost 5 years ago
  • config.json
    622 Bytes
    Init almost 5 years ago
  • lo.wiki.bpe.vs25000.model
    868 kB
    xet
    Init almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    105 MB
    xet
    Init almost 5 years ago
  • tokenizer_config.json
    54 Bytes
    Init almost 5 years ago
  • vocab.txt
    430 kB
    Init almost 5 years ago