Instructions to use satishsingh90/dpr_3005 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use satishsingh90/dpr_3005 with Transformers:
# Load model directly from transformers import AutoTokenizer, DPRContextEncoder tokenizer = AutoTokenizer.from_pretrained("satishsingh90/dpr_3005") model = DPRContextEncoder.from_pretrained("satishsingh90/dpr_3005") - Notebooks
- Google Colab
- Kaggle
Ctrl+K