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