Update README.md
#11
by
FischerWells
- opened
I believe this is actually a 768 dimension dense model
Hello!
I believe the 512 is correct. The 2_Dense module is applied last, which maps the embeddings from 768 to 512 dimensions: https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased-v2/blob/main/2_Dense/config.json
- Tom Aarsen