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