Safetensors
qwen3
hotchpotch commited on
Commit
a2cda0d
·
verified ·
1 Parent(s): b58c9fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -1,16 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - hotchpotch/qa-context-relevance-multilingual-140k
5
  base_model:
6
  - Qwen/Qwen3-4B
7
  ---
8
- # query-context-pruner-multilingual
9
-
10
- [![Model on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-sm.svg)](https://huggingface.co/hotchpotch/query-context-pruner-multilingual-Qwen3-4B)
11
- [![Dataset on HF](https://huggingface.co/datasets/huggingface/badges/resolve/main/dataset-on-hf-sm.svg)](https://huggingface.co/datasets/hotchpotch/qa-context-relevance-multilingual-140k)
12
 
13
- ![Query-Context Pruner Model Overview](query-context-pruner.svg)
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