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