Instructions to use BaselMousi/distilbert-qa-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaselMousi/distilbert-qa-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="BaselMousi/distilbert-qa-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("BaselMousi/distilbert-qa-squad") model = AutoModelForQuestionAnswering.from_pretrained("BaselMousi/distilbert-qa-squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9e057e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d8e8770b69b841581904175b24da715eaeaabc4368f7b41895860bd87fbff532
size 5368
|