hello, I have a question concerning the fine tuning of embedding models using this notebook from the docs :
https://docs.llamaindex.ai/en/stable/examples/finetuning/embeddings/finetune_embedding/Is it possible to finetune any embedding model using it ? in the notebook we're finetuning 'BAAI/bge-small-en' but i'd like to finetune this model "Alibaba-NLP/gte-large-en-v1.5" from huggingface, will an adaptiong or changes will be necessary or the process is the same for both models ?