fix dim number
Browse files
README.md
CHANGED
@@ -28,6 +28,6 @@ Cost to generate: 7 hours of 8xH100 (about $100).
|
|
28 |
|
29 |
Details:
|
30 |
- Embeddings are created with [Qwen3-Embedding-4B](https://huggingface.co/Qwen/Qwen3-Embedding-4B)
|
31 |
-
- Embeddings have a dimension of
|
32 |
- These are full-text embeddings of the entire text
|
33 |
- A few thousand examples were discarded that were longer than 32k tokens
|
|
|
28 |
|
29 |
Details:
|
30 |
- Embeddings are created with [Qwen3-Embedding-4B](https://huggingface.co/Qwen/Qwen3-Embedding-4B)
|
31 |
+
- Embeddings have a dimension of 2560
|
32 |
- These are full-text embeddings of the entire text
|
33 |
- A few thousand examples were discarded that were longer than 32k tokens
|