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