Instructions to use bsl/bart-ranker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bsl/bart-ranker with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bsl/bart-ranker") model = AutoModelForSequenceClassification.from_pretrained("bsl/bart-ranker") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,7 @@ widget:
|
|
| 10 |
- "That is a very happy person"
|
| 11 |
example_title: "information retrieval"
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
- "That is a very happy person"
|
| 11 |
example_title: "information retrieval"
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
This model predicts the relevance of a query-document pair.
|
| 15 |
+
|
| 16 |
+
Please see https://github.com/binshengliu/tank for usage and benchmark.
|