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

  • Log In
  • Sign Up

QuangDuy
/
my-tokenizer

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

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

  • Libraries
  • Transformers

    How to use QuangDuy/my-tokenizer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="QuangDuy/my-tokenizer")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("QuangDuy/my-tokenizer")
    model = AutoModelForMaskedLM.from_pretrained("QuangDuy/my-tokenizer")
  • Notebooks
  • Google Colab
  • Kaggle
my-tokenizer
2.16 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
QuangDuy's picture
QuangDuy
Update config.json
f02419a verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    5.17 kB
    Upload tokenizer 6 months ago
  • config.json
    560 Bytes
    Update config.json 6 months ago
  • special_tokens_map.json
    1.04 kB
    Upload tokenizer 6 months ago
  • tokenizer.json
    2.15 MB
    Upload tokenizer 6 months ago
  • tokenizer_config.json
    2.21 kB
    Upload tokenizer 6 months ago