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