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

  • Log In
  • Sign Up

QuangDuy
/
huit-tokenizer

Fill-Mask
Transformers
modernbert
Model card Files Files and versions
xet
Community

Instructions to use QuangDuy/huit-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use QuangDuy/huit-tokenizer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="QuangDuy/huit-tokenizer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("QuangDuy/huit-tokenizer")
    model = AutoModelForMaskedLM.from_pretrained("QuangDuy/huit-tokenizer")
  • Notebooks
  • Google Colab
  • Kaggle
huit-tokenizer
1.36 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
QuangDuy's picture
QuangDuy
Update config.json
de67348 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload BERT-style Vietnamese tokenizer 5 months ago
  • config.json
    552 Bytes
    Update config.json 4 months ago
  • special_tokens_map.json
    732 Bytes
    Upload BERT-style Vietnamese tokenizer 5 months ago
  • tokenizer.json
    1.34 MB
    Upload BERT-style Vietnamese tokenizer 5 months ago
  • tokenizer_config.json
    13 kB
    Upload Vietnamese tokenizer 4 months ago