Instructions to use satishsingh90/dpr_with_legal_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use satishsingh90/dpr_with_legal_data with Transformers:
# Load model directly from transformers import AutoTokenizer, DPRContextEncoder tokenizer = AutoTokenizer.from_pretrained("satishsingh90/dpr_with_legal_data") model = DPRContextEncoder.from_pretrained("satishsingh90/dpr_with_legal_data") - Notebooks
- Google Colab
- Kaggle
Create README.md
#1 opened about 2 years ago
by
satishsingh90