Instructions to use Azion/bert-based-chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Azion/bert-based-chinese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Azion/bert-based-chinese")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Azion/bert-based-chinese") model = AutoModelForMaskedLM.from_pretrained("Azion/bert-based-chinese") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 3efc028
Update README.md 92c7e39
Update README.md 916841c
Update README.md b7bd0eb
Update README.md dd06ceb
Update README.md 0e7f293
Frederick Lee commited on
Upload README.md 0465aa6
Frederick Lee commited on