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
Commit History
allow flax 204e492
add fast tokenizer config 0a136cc
hfl-rc commited on
Update config.json 961d2f4
Update config.json 64ac975
update info ec454ce
ymcui commited on
add tf2 model 8f3ba39
ymcui commited on
Create README.md 1a346d2
Joint Laboratory of HIT and iFLYTEK Research (HFL) commited on