Instructions to use quantaRoche/roberta-base-finetuned-nq-nasa-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use quantaRoche/roberta-base-finetuned-nq-nasa-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="quantaRoche/roberta-base-finetuned-nq-nasa-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("quantaRoche/roberta-base-finetuned-nq-nasa-qa") model = AutoModelForQuestionAnswering.from_pretrained("quantaRoche/roberta-base-finetuned-nq-nasa-qa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0da512c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ada7b33c7a257e4b70f2736c3d8c1a4c673baab1519752d6b9e401e9a580b0d7
size 496250232
|