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
|
@@ -7,5 +7,6 @@ widget:
|
|
| 7 |
- source_sentence: "information retrieval"
|
| 8 |
sentences:
|
| 9 |
- "Information retrieval (IR) in computing and information science is the process of obtaining information system resources that are relevant to an information"
|
|
|
|
| 10 |
example_title: "information retrieval"
|
| 11 |
---
|
|
|
|
| 7 |
- source_sentence: "information retrieval"
|
| 8 |
sentences:
|
| 9 |
- "Information retrieval (IR) in computing and information science is the process of obtaining information system resources that are relevant to an information"
|
| 10 |
+
- "That is a very happy person"
|
| 11 |
example_title: "information retrieval"
|
| 12 |
---
|