Instructions to use adriansanz/rerank_v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adriansanz/rerank_v4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adriansanz/rerank_v4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("adriansanz/rerank_v4") model = AutoModelForSequenceClassification.from_pretrained("adriansanz/rerank_v4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
|
|
|
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
+
BAAI/bge-reranker-v2-m3
|
| 11 |
|
| 12 |
|
| 13 |
|