1,212 7 months ago

gte-Qwen2-7B-instruct is the model in the gte (General Text Embedding).

Models

View all →

Readme

Check out the model on huggingface: Alibaba-NLP/gte-Qwen2-7B-instruct

To download the model:

ollama run Q78KG/gte-Qwen2-7B-instruct:<TAG>

To interact with the model:

curl http://localhost:11434/api/embeddings -d '{ "model": "Q78KG/gte-Qwen2-7B-instruct:<TAG>", "prompt": "Your prompt here"}'