littlebird13 commited on
Commit
e692b5a
·
verified ·
1 Parent(s): 68f00aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -42,7 +42,10 @@ For more details, including benchmark evaluation, hardware requirements, and inf
42
  | Text Reranking | [Qwen3-Reranker-4B](https://huggingface.co/Qwen/Qwen3-Reranker-4B) | 4B | 36 | 32K | - | - | Yes |
43
  | Text Reranking | [Qwen3-Reranker-8B](https://huggingface.co/Qwen/Qwen3-Reranker-8B) | 8B | 36 | 32K | - | - | Yes |
44
 
45
- > **Note**:: `MRL Support` indicates whether the embedding model supports custom dimensions for the final embedding. `Instruct Aware` notes whether the embedding or reranking model supports customizing the input instruction according to different tasks.
 
 
 
46
 
47
  ## Usage
48
 
 
42
  | Text Reranking | [Qwen3-Reranker-4B](https://huggingface.co/Qwen/Qwen3-Reranker-4B) | 4B | 36 | 32K | - | - | Yes |
43
  | Text Reranking | [Qwen3-Reranker-8B](https://huggingface.co/Qwen/Qwen3-Reranker-8B) | 8B | 36 | 32K | - | - | Yes |
44
 
45
+ > **Note**:
46
+ > - `MRL Support` indicates whether the embedding model supports custom dimensions for the final embedding.
47
+ > - `Instruct Aware` notes whether the embedding or reranking model supports customizing the input instruction according to different tasks.
48
+ > - Our evaluation indicates that, for most downstream tasks, using instructions (instruct) typically yields an improvement of 1% to 5% compared to not using them. Therefore, we recommend that developers create tailored instructions specific to their tasks and scenarios. In multilingual contexts, we also advise users to write their instructions in English, as most instructions utilized during the model training process were originally written in English.
49
 
50
  ## Usage
51