hongliu9903
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8651,6 +8651,11 @@ This repo contains the tokenizer and evaluation results of the `voyage-3-m-exp`
|
|
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.
|
8656 |
|
|
|
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 |
+
## Model Information
|
8655 |
+
| Dimension | Model Size | Context Length |
|
8656 |
+
|-----------------------|------------|---------------------|
|
8657 |
+
| 2048 | 6918M | 32000 |
|
8658 |
+
|
8659 |
## Reproduction of MTEB results
|
8660 |
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.
|
8661 |
|