Instructions to use am-infoweb/QA_REFINED_QUESTIONS_WITH_RANDOM_DATA_24K_16_08 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use am-infoweb/QA_REFINED_QUESTIONS_WITH_RANDOM_DATA_24K_16_08 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="am-infoweb/QA_REFINED_QUESTIONS_WITH_RANDOM_DATA_24K_16_08")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("am-infoweb/QA_REFINED_QUESTIONS_WITH_RANDOM_DATA_24K_16_08") model = AutoModelForQuestionAnswering.from_pretrained("am-infoweb/QA_REFINED_QUESTIONS_WITH_RANDOM_DATA_24K_16_08", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 3 years ago
by
SFconvertbot