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
Commit History
update model card README.md 29759b9
Amartyo Banerjee commited on
Training complete 12360c8
Amartyo Banerjee commited on
Training in progress, epoch 1 a523e51
Amartyo Banerjee commited on
initial commit 24e26ce
Amartyo Banerjee commited on