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