Matryoshka Embeddings to skip UMAP #2387
e-hossam96
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That is correct. It's becoming a more popular technique these days for creating embeddings. However, I haven't seen many embeddings that go that small (e.g., 5 or 10 dimensions). Do you perhaps have an example of performant embeddings that go this small? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Rather than performing your downstream task (e.g., dimensionality reduction) on the full embeddings, you can shrink the embeddings to a smaller size and very efficiently "shortlist" your embeddings. Afterwards, you can process the remaining embeddings using their full dimensionality.
Article on HF
Beta Was this translation helpful? Give feedback.
All reactions