v5 GGUF filenames don't have model name prefixes
#14
by rotemdan - opened
Just a minor thing:
The v4 GGUFs the files include prefixes for the name of the model (jina-embeddings-), like:
jina-embeddings-v4-text-code-F16.gguf
But the v5 GGUFs don't:
v5-small-classification-F16.gguf
This makes the files more difficult to identify when copied around on the local machine. I am currently manually renaming them to have the jina-embeddings- prefix added.
(this also applies to the nano models but I posted it here)