初始化项目,由ModelHub XC社区提供模型
Model: dranger003/GritLM-7B-GGUF Source: Original Platform
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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.
|
||||
|
||||
| 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) |
|
||||
| --- | --- | --- | --- |
|
||||
| <pre>32</pre> | <pre>32768</pre> | <pre>\<s\>\<\|user\|\><br>{instruction}<br>\<\|embed\|\><br>{sample}</pre> | <pre>\<s\>\<\|user\|\><br>{prompt}<br>\<\|assistant\|\><br>{response}</pre> |
|
||||
Reference in New Issue
Block a user