Instructions to use income/jpq-genq-robust04-question_encoder-base-msmarco-distilbert-tas-b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use income/jpq-genq-robust04-question_encoder-base-msmarco-distilbert-tas-b with Transformers:
# Load model directly from transformers import AutoTokenizer, JPQTowerTASB tokenizer = AutoTokenizer.from_pretrained("income/jpq-genq-robust04-question_encoder-base-msmarco-distilbert-tas-b") model = JPQTowerTASB.from_pretrained("income/jpq-genq-robust04-question_encoder-base-msmarco-distilbert-tas-b", device_map="auto") - Notebooks
- Google Colab
- Kaggle