Instructions to use hfl/chinese-bert-wwm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hfl/chinese-bert-wwm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="hfl/chinese-bert-wwm")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("hfl/chinese-bert-wwm") model = AutoModelForMaskedLM.from_pretrained("hfl/chinese-bert-wwm") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
allow flax b3dafb0
add fast tokenizer config d643f50
hfl-rc commited on
add tf2 model 12d8ab3
ymcui commited on
Create README.md 5ac9c46
Joint Laboratory of HIT and iFLYTEK Research (HFL) commited on