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

airesearch
/
wangchanberta-base-wiki-spm

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

Instructions to use airesearch/wangchanberta-base-wiki-spm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use airesearch/wangchanberta-base-wiki-spm with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="airesearch/wangchanberta-base-wiki-spm")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("airesearch/wangchanberta-base-wiki-spm")
    model = AutoModelForMaskedLM.from_pretrained("airesearch/wangchanberta-base-wiki-spm")
  • Notebooks
  • Google Colab
  • Kaggle
wangchanberta-base-wiki-spm
838 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 15 commits
cstorm125's picture
cstorm125
Update README.md
f727663 over 4 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    4.29 kB
    Update README.md over 4 years ago
  • config.json
    559 Bytes
    Add pretrained wangchanberta-base-wiki-spm model over 5 years ago
  • flax_model.msgpack
    418 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    418 MB
    xet
    Add pretrained wangchanberta-base-wiki-spm model over 5 years ago
  • sentencepiece.bpe.model
    862 kB
    Add wangchanberta-base-thwiki-spm model over 5 years ago
  • sentencepiece.bpe.vocab
    645 kB
    Add wangchanberta-base-thwiki-spm model over 5 years ago