--- license: apache-2.0 pipeline_tag: text-generation library_name: gguf --- GGUF quants for https://huggingface.co/GritLM/GritLM-7B > GritLM is a generative representational instruction tuned language model. It unifies text representation (embedding) and text generation into a single model achieving state-of-the-art performance on both types of tasks. **NOTE**: There is an issue with getting correct embeddings using this model, which should be fixed once PR [#5796](https://github.com/ggerganov/llama.cpp/pull/5796) is merged. | Layers | Context | [Template (Text Representation)](https://github.com/ContextualAI/gritlm?tab=readme-ov-file#inference) | [Template (Text Generation)](https://github.com/ContextualAI/gritlm?tab=readme-ov-file#inference) | | --- | --- | --- | --- | |
32
|
32768
|
\\<\|user\|\>
{instruction}
\<\|embed\|\>
{sample}
|
\\<\|user\|\>
{prompt}
\<\|assistant\|\>
{response}
|