Instructions to use JerryWu/Chinese-SA-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JerryWu/Chinese-SA-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JerryWu/Chinese-SA-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JerryWu/Chinese-SA-model") model = AutoModelForSequenceClassification.from_pretrained("JerryWu/Chinese-SA-model") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6730e2e2b89cd9ca102539adbca1596f89ad2b94c231a73eb6ba88b654a76059
- Size of remote file:
- 46.2 MB
- SHA256:
- c8819165c0c6b5b8261907b2e089701f100608e02992fce76221062ab7e6f320
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.