137 6 months ago

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

6 months ago

e8e43c7c90db · 1.9GB ·

qwen2
·
1.78B
·
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-1.5B-instruct

To download the model:

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

To interact with the model:

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