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

vinai
/
phobert-large

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Vietnamese
roberta
Model card Files Files and versions
xet
Community
3

Instructions to use vinai/phobert-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vinai/phobert-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="vinai/phobert-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("vinai/phobert-large")
    model = AutoModelForMaskedLM.from_pretrained("vinai/phobert-large")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
phobert-large
4.71 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 20 commits
dqnguyen's picture
dqnguyen
Update README.md
1c7880f verified almost 2 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    1.54 kB
    Update README.md almost 2 years ago
  • __init__.py
    0 Bytes
    Upload 3 files over 3 years ago
  • bpe.codes
    1.14 MB
    Update bpe.codes almost 6 years ago
  • config.json
    558 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    1.48 GB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin
    1.48 GB
    xet
    Update pytorch_model.bin over 5 years ago
  • tf_model.h5
    1.74 GB
    xet
    Update tf_model.h5 over 5 years ago
  • tokenization_phobert.py
    14.8 kB
    Upload 3 files over 3 years ago
  • tokenization_phobert_fast.py
    12.7 kB
    Upload 3 files over 3 years ago
  • tokenizer.json
    3.13 MB
    Upload tokenizer.json about 4 years ago
  • vocab.txt
    895 kB
    Update vocab.txt almost 6 years ago