Instructions to use ayush101NLPtask/bert-finetuned-squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayush101NLPtask/bert-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ayush101NLPtask/bert-finetuned-squad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ayush101NLPtask/bert-finetuned-squad") model = AutoModelForQuestionAnswering.from_pretrained("ayush101NLPtask/bert-finetuned-squad") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3d4a725 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:65ec0e71a8fe4500b19b5c9c855d88c78000acfe70023c7631bb8e0037a37410
size 430953062
|