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