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