Update README.md
Browse files
README.md
CHANGED
@@ -102,6 +102,17 @@ language:
|
|
102 |
|
103 |
# LB Reranker v1.0
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
The LB Reranker has been trained to determine the relatedness of a given query to a piece of text, therefore allowing it to be used as a ranker or reranker in various retrieval-based tasks.
|
106 |
|
107 |
This model is fine-tuned from a [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) model checkpoint and was trained for roughly 5.5 hours using the 8 x L20 instance ([ecs.gn8is-8x.32xlarge](https://www.alibabacloud.com/help/en/ecs/user-guide/gpu-accelerated-compute-optimized-and-vgpu-accelerated-instance-families-1)) on [Alibaba Cloud](https://www.alibabacloud.com/).
|
|
|
102 |
|
103 |
# LB Reranker v1.0
|
104 |
|
105 |
+
<div style="width: 100%; height: 160px;
|
106 |
+
display: flex; align-items: center;
|
107 |
+
justify-content: center;
|
108 |
+
border: 8px solid black;
|
109 |
+
font-size: 120px; font-weight: bold;
|
110 |
+
text-align: center;
|
111 |
+
color: #438db8;
|
112 |
+
font-family: 'Helvetica Neue', sans-serif;">
|
113 |
+
LBR
|
114 |
+
</div>
|
115 |
+
|
116 |
The LB Reranker has been trained to determine the relatedness of a given query to a piece of text, therefore allowing it to be used as a ranker or reranker in various retrieval-based tasks.
|
117 |
|
118 |
This model is fine-tuned from a [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) model checkpoint and was trained for roughly 5.5 hours using the 8 x L20 instance ([ecs.gn8is-8x.32xlarge](https://www.alibabacloud.com/help/en/ecs/user-guide/gpu-accelerated-compute-optimized-and-vgpu-accelerated-instance-families-1)) on [Alibaba Cloud](https://www.alibabacloud.com/).
|