Instructions to use anuragsingh28/QA_SYNTHETIC_DATA_ONLY_17_AUG_BASE_NEW_FINETUNED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anuragsingh28/QA_SYNTHETIC_DATA_ONLY_17_AUG_BASE_NEW_FINETUNED with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="anuragsingh28/QA_SYNTHETIC_DATA_ONLY_17_AUG_BASE_NEW_FINETUNED")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("anuragsingh28/QA_SYNTHETIC_DATA_ONLY_17_AUG_BASE_NEW_FINETUNED") model = AutoModelForQuestionAnswering.from_pretrained("anuragsingh28/QA_SYNTHETIC_DATA_ONLY_17_AUG_BASE_NEW_FINETUNED", device_map="auto") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 9