Instructions to use cmarkea/bloomz-3b-reranking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cmarkea/bloomz-3b-reranking with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cmarkea/bloomz-3b-reranking") model = AutoModelForSequenceClassification.from_pretrained("cmarkea/bloomz-3b-reranking") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ language:
|
|
| 7 |
- fr
|
| 8 |
- en
|
| 9 |
pipeline_tag: sentence-similarity
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Bloomz-3b Reranking
|
|
|
|
| 7 |
- fr
|
| 8 |
- en
|
| 9 |
pipeline_tag: sentence-similarity
|
| 10 |
+
base_model:
|
| 11 |
+
- cmarkea/bloomz-3b-dpo-chat
|
| 12 |
---
|
| 13 |
|
| 14 |
# Bloomz-3b Reranking
|