hanxiao commited on
Commit
5307f8f
·
verified ·
1 Parent(s): 80f146d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -90,6 +90,9 @@ To get fully consistent results as if you were using `AutoModel.from_pretrained(
90
  | **Text** | `code` | `passage` | `Passage: {original_text}` |
91
  | **Image** | Any task | N/A | `<\|im_start\|>user\n<\|vision_start\|>\<\|image_pad\|>\<\|vision_end\|>Describe the image.\<\|im_end\|>` |
92
 
 
 
 
93
  You can also use `llama-embedding` for one-shot embedding:
94
 
95
  ```bash
 
90
  | **Text** | `code` | `passage` | `Passage: {original_text}` |
91
  | **Image** | Any task | N/A | `<\|im_start\|>user\n<\|vision_start\|>\<\|image_pad\|>\<\|vision_end\|>Describe the image.\<\|im_end\|>` |
92
 
93
+
94
+ To some users, ⚠️ indicates a somewhat surprising behavior where prompt_name='passage' gets overridden to "Query: " when using text-matching in the original AutoModel.from_pretrained("jinaai/jina-embeddings-v4").... However, this is reasonable since text-matching is a sentence similarity task with no left/right roles—the inputs are symmetric.
95
+
96
  You can also use `llama-embedding` for one-shot embedding:
97
 
98
  ```bash