Instructions to use Ahmade/questionAnswer3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ahmade/questionAnswer3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Ahmade/questionAnswer3")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Ahmade/questionAnswer3") model = AutoModelForQuestionAnswering.from_pretrained("Ahmade/questionAnswer3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
97c7bd2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ee8af0e975d378ad66c7b8194c2878f7559ce6afb7aa85fa09d01895f7b1c5e1
size 3643
|