How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="second-state/jina-embeddings-v3-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

jina-embeddings-v3-Embedding-GGUF

Original Model

jinaai/jina-embeddings-v3

Run with LlamaEdge

  • LlamaEdge version: coming soon
  • Prompt template

    • Prompt type: embedding
  • Embedding size: 32, 64, 128, 256, 512, 768, 1024

  • Run as LlamaEdge service

    wasmedge --dir .:. --nn-preload default:GGML:AUTO:jina-embeddings-v3-f16.gguf \
      llama-api-server.wasm \
      --prompt-template embedding \
      --ctx-size 768 \
      --model-name jina-embeddings-v3
    

Quantized with llama.cpp b6311

Downloads last month
802
GGUF
Model size
0.6B params
Architecture
jina-bert-v3
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for second-state/jina-embeddings-v3-GGUF

Quantized
(5)
this model