Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- sentence-similarity
|
| 5 |
+
- text-ranking
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
- zh
|
| 9 |
+
tags:
|
| 10 |
+
- sentence-transformers
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Training Dataset for LightRetriever
|
| 14 |
+
This repo holds all training datasets of the research paper "[LightRetriever: A LLM-based Hybrid Retrieval Architecture with 1000x Faster Query Inference
|
| 15 |
+
](https://arxiv.org/abs/2505.12260)".
|
| 16 |
+
|
| 17 |
+
More information about the datasets will be updated in the coming weeks. Please stay tuned!
|