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: 134 Bytes
97c7bd2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4e143bae553a20cd6dedfdd8a2754c3e80d5c88836cf7113f6b96aabaa52d2bb
size 430957037
|