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