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