Instructions to use Magolor/deepex-ranking-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Magolor/deepex-ranking-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Magolor/deepex-ranking-model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Magolor/deepex-ranking-model") model = AutoModel.from_pretrained("Magolor/deepex-ranking-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
deepex ranking model e793d26
Magolor commited on
deepex ranking model 7420691
Magolor commited on
deepex ranking model 47672bb
Magolor commited on
deepex ranking model 8da666f
Magolor commited on