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