Update model metadata to set pipeline tag to the new `text-ranking`
Browse filesHello!
## Pull Request overview
* Update metadata to set pipeline tag to the new `text-ranking`
## Changes
This is an automated pull request to update the metadata of the model card. We recently introduced the [`text-ranking`](https://huggingface.co/models?pipeline_tag=text-ranking) pipeline tag for models that are used for ranking tasks, and we have a suspicion that this model is one of them.
Feel free to respond if you have questions or concerns.
- Tom Aarsen
README.md
CHANGED
@@ -102,15 +102,30 @@ datasets:
|
|
102 |
- lightblue/reranker_continuous_filt_max7_train
|
103 |
base_model:
|
104 |
- Qwen/Qwen2.5-0.5B-Instruct
|
105 |
-
pipeline_tag: text-
|
106 |
tags:
|
107 |
- reranker
|
108 |
widget:
|
109 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
example_title: Positive example (7/7)
|
111 |
-
- text:
|
112 |
-
example_title: Negative example (2/7)
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
---
|
115 |
|
116 |
# LB Reranker v1.0
|
|
|
102 |
- lightblue/reranker_continuous_filt_max7_train
|
103 |
base_model:
|
104 |
- Qwen/Qwen2.5-0.5B-Instruct
|
105 |
+
pipeline_tag: text-ranking
|
106 |
tags:
|
107 |
- reranker
|
108 |
widget:
|
109 |
+
- text: '<<<Query>>>
|
110 |
+
|
111 |
+
How many languages has LB-Reranker been trained on?
|
112 |
+
|
113 |
+
|
114 |
+
|
115 |
+
<<<Context>>>
|
116 |
+
|
117 |
+
LB-Reranker has been trained on more than 95 languages.'
|
118 |
example_title: Positive example (7/7)
|
119 |
+
- text: '<<<Query>>>
|
|
|
120 |
|
121 |
+
How many languages has LB-Reranker been trained on?
|
122 |
+
|
123 |
+
|
124 |
+
|
125 |
+
<<<Context>>>
|
126 |
+
|
127 |
+
AA-Reranker is applicable to a broad range of use cases.'
|
128 |
+
example_title: Negative example (2/7)
|
129 |
---
|
130 |
|
131 |
# LB Reranker v1.0
|