# Mismatch in Embedding Dimension Between Model Card and ModelMeta * Related model: [Alibaba-NLP/gte-multilingual-base](https://huggingface.co/Alibaba-NLP/gte-multilingual-base) There is a discrepancy between the embedding dimension reported in the model card and the one specified in the ModelMeta object: * **Model card:** States the embedding dimension is 768. * **ModelMeta object:** Specifies the embedding dimension as 1024. https://github.com/embeddings-benchmark/mteb/blob/d53e585f47c46de33d6dd1aee0665651f06dfe7f/mteb/models/gte_models.py#L306