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