Instructions to use Luyu/bert-base-mdoc-bm25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Luyu/bert-base-mdoc-bm25 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Luyu/bert-base-mdoc-bm25")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Luyu/bert-base-mdoc-bm25") model = AutoModelForSequenceClassification.from_pretrained("Luyu/bert-base-mdoc-bm25") - Notebooks
- Google Colab
- Kaggle
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
Browse files
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- text reranking
|
| 6 |
-
license:
|
| 7 |
datasets:
|
| 8 |
- MS MARCO document ranking
|
| 9 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- text reranking
|
| 6 |
+
license: apache-2.0
|
| 7 |
datasets:
|
| 8 |
- MS MARCO document ranking
|
| 9 |
---
|