hongliu9903 commited on
Commit
2f85b8c
·
verified ·
1 Parent(s): 7450814

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8645,9 +8645,11 @@ tags:
8645
  ---
8646
  # voyage-3-m-exp
8647
 
8648
- This repo contains the tokenizer of the `voyage-3-m-exp` embedding model. `voyage-3-m-exp` is an intermediate snapshot of voyage generalist embeddings optimized for academic retrieval. **For production use cases, `voyage-3-large` is highly recommended and strictly better than `voyage-3-m-exp`.** Please see the [blogpost]() for more information about `voyage-3-large`.
8649
 
8650
- `voyage-3-m-exp` can be accessed via the [Voyage API](https://docs.voyageai.com/docs/embeddings).
 
 
8651
 
8652
  ## Reproduction of MTEB results
8653
  Similar to most open source models on top of the leaderboard, `voyage-3-m-exp` uses task-specific prompts. To reproduce MTEB results on the leaderboard, please set `input_type` of the API to `None` and prepend the following prompts to the input. For retrieval tasks, please use only `text` without adding the `title` field in front of the text.
 
8645
  ---
8646
  # voyage-3-m-exp
8647
 
8648
+ This repo contains the tokenizer and evaluation results of the `voyage-3-m-exp` embedding model. `voyage-3-m-exp` is an intermediate snapshot of voyage general-purpose embeddings that are tailored to datasets similar to MTEB. The training sets of MTEB datasets are used in training `voyage-3-m-exp`.
8649
 
8650
+ We note that for production use cases, `voyage-3-large` is highly recommended and likey strictly better than `voyage-3-m-exp`. Please see the [blogpost](https://blog.voyageai.com/2025/01/07/voyage-3-large) for more information about `voyage-3-large`.
8651
+
8652
+ `voyage-3-m-exp` can be accessed via the [Voyage API](https://docs.voyageai.com/docs/embeddings) with the model name `"voyage-3-m-exp"`.
8653
 
8654
  ## Reproduction of MTEB results
8655
  Similar to most open source models on top of the leaderboard, `voyage-3-m-exp` uses task-specific prompts. To reproduce MTEB results on the leaderboard, please set `input_type` of the API to `None` and prepend the following prompts to the input. For retrieval tasks, please use only `text` without adding the `title` field in front of the text.