Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
datasets:
|
| 4 |
- hotchpotch/qa-context-relevance-multilingual-140k
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen3-4B
|
| 7 |
---
|
| 8 |
-
# query-context-pruner-multilingual
|
| 9 |
-
|
| 10 |
-
[](https://huggingface.co/hotchpotch/query-context-pruner-multilingual-Qwen3-4B)
|
| 11 |
-
[](https://huggingface.co/datasets/hotchpotch/qa-context-relevance-multilingual-140k)
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
A multilingual model designed to remove contexts irrelevant to queries. Since this model is a relatively large LLM, practical pruning methods like [Provence](https://arxiv.org/abs/2501.16214) are needed for speed-critical information retrieval tasks. This model is particularly well-suited for generating teacher labels for training such efficient pruning models.
|
| 16 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
datasets:
|
| 4 |
- hotchpotch/qa-context-relevance-multilingual-140k
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen3-4B
|
| 7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
+
# query-context-pruner-multilingual
|
| 10 |
|
| 11 |
A multilingual model designed to remove contexts irrelevant to queries. Since this model is a relatively large LLM, practical pruning methods like [Provence](https://arxiv.org/abs/2501.16214) are needed for speed-critical information retrieval tasks. This model is particularly well-suited for generating teacher labels for training such efficient pruning models.
|
| 12 |
|