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