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

hfl
/
rbtl3

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Chinese
bert
Model card Files Files and versions
xet

Instructions to use hfl/rbtl3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hfl/rbtl3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="hfl/rbtl3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("hfl/rbtl3")
    model = AutoModelForMaskedLM.from_pretrained("hfl/rbtl3")
  • Notebooks
  • Google Colab
  • Kaggle
rbtl3
364 Bytes
Ctrl+K
Ctrl+K
  • 4 contributors
History: 2 commits
system's picture
system HF Staff
Update tokenizer_config.json
df5eb6f over 6 years ago
  • .gitattributes
    345 Bytes
    initial commit over 6 years ago
  • tokenizer_config.json
    19 Bytes
    Update tokenizer_config.json over 6 years ago