Update pipeline tag and add library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- jhu-clsp/rank1-training-data
|
5 |
base_model:
|
6 |
- Qwen/Qwen2.5-32B
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
tags:
|
9 |
- reranker
|
10 |
- retrieval
|
11 |
-
language:
|
12 |
-
- en
|
13 |
---
|
14 |
|
15 |
# rank1-32b: Test-Time Compute for Reranking in Information Retrieval
|
@@ -141,7 +142,7 @@ Please see the Github for detailed installation instructions.
|
|
141 |
|
142 |
## MTEB Integration
|
143 |
|
144 |
-
rank1 is compatible with the [MTEB benchmarking framework](https://github.com/embeddings-benchmark/mteb)
|
145 |
|
146 |
```python
|
147 |
from mteb import MTEB
|
@@ -149,7 +150,7 @@ from rank1 import rank1 # From the official repo
|
|
149 |
|
150 |
# Initialize the model
|
151 |
model = rank1(
|
152 |
-
model_name_or_path="jhu-clsp/rank1-
|
153 |
num_gpus=1,
|
154 |
device="cuda"
|
155 |
)
|
@@ -177,4 +178,4 @@ If you use rank1 in your research, please cite our work:
|
|
177 |
|
178 |
## License
|
179 |
|
180 |
-
[MIT License](https://github.com/orionw/rank1/blob/main/LICENSE)
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-32B
|
4 |
+
datasets:
|
5 |
+
- jhu-clsp/rank1-training-data
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license: mit
|
9 |
+
pipeline_tag: feature-extraction
|
10 |
+
library_name: transformers
|
11 |
tags:
|
12 |
- reranker
|
13 |
- retrieval
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# rank1-32b: Test-Time Compute for Reranking in Information Retrieval
|
|
|
142 |
|
143 |
## MTEB Integration
|
144 |
|
145 |
+
rank1 is compatible with the [MTEB benchmarking framework](https://github.com/embeddings-benchmark/mteb):\
|
146 |
|
147 |
```python
|
148 |
from mteb import MTEB
|
|
|
150 |
|
151 |
# Initialize the model
|
152 |
model = rank1(
|
153 |
+
model_name_or_path="jhu-clsp/rank1-7b",
|
154 |
num_gpus=1,
|
155 |
device="cuda"
|
156 |
)
|
|
|
178 |
|
179 |
## License
|
180 |
|
181 |
+
[MIT License](https://github.com/orionw/rank1/blob/main/LICENSE)
|