Instructions to use ShannonAI/ChineseBERT-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ShannonAI/ChineseBERT-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ShannonAI/ChineseBERT-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add metadata
#7
by nielsr HF Staff - opened
This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=fill-mask&sort=trending, and that the "how to use" button appears on the top right (with a Transformers code snippet).