1,213 7 months ago

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

7 months ago

acec01c7dfad · 8.1GB ·

qwen2
·
7.61B
·
Q8_0
<|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assi
{ "stop": [ "<|im_start|>", "<|im_end|>" ] }

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"}'