Instructions to use ajaypyatha/sdsqna with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ajaypyatha/sdsqna with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="ajaypyatha/sdsqna")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("ajaypyatha/sdsqna") model = AutoModelForQuestionAnswering.from_pretrained("ajaypyatha/sdsqna", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Delete pytorch_model.bin cbc1914
sdsqna model 239e464
ajpy commited on
sdsqna model 927df9c
ajpy commited on
sdsqna model 3d17b52
ajpy commited on
Create config.json 054d0ec
added model ae5af8c
ajpy commited on