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