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