CoolFace
Modelpublic

olegshulyakov/embeddinggemma-300m-qat-GGUF

sourceHugging Facegemmaupdated 1y agoView on Hugging Face
1likes14downloads
Model Card

embeddinggemma-300m-qat

Model creator: google<br/> Original model: google/embeddinggemma-300m-qat-q4_0-unquantized<br/> GGUF quantization: provided by olegshulyakov using llama.cpp<br/>

Special thanks

๐Ÿ™ Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

bash
ollama run "hf.co/olegshulyakov/embeddinggemma-300m-qat-GGUF:Q4_0"

Use with LM Studio

bash
lms load "olegshulyakov/embeddinggemma-300m-qat-GGUF"

Use with llama.cpp CLI

bash
llama-cli --hf "olegshulyakov/embeddinggemma-300m-qat-GGUF:Q4_0" -p "The meaning to life and the universe is"

Use with llama.cpp Server:

bash
llama-server --hf "olegshulyakov/embeddinggemma-300m-qat-GGUF:Q4_0" -c 4096