Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
inference: false
|
7 |
+
tags:
|
8 |
+
- transformers
|
9 |
+
- gguf
|
10 |
+
- imatrix
|
11 |
+
- GritLM-7B
|
12 |
+
---
|
13 |
+
Quantizations of https://huggingface.co/GritLM/GritLM-7B
|
14 |
+
|
15 |
+
# From original readme
|
16 |
+
|
17 |
+
## Model Summary
|
18 |
+
|
19 |
+
> 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.
|
20 |
+
|
21 |
+
- **Repository:** [ContextualAI/gritlm](https://github.com/ContextualAI/gritlm)
|
22 |
+
- **Paper:** https://arxiv.org/abs/2402.09906
|
23 |
+
- **Logs:** https://wandb.ai/muennighoff/gritlm/runs/0uui712t/overview
|
24 |
+
- **Script:** https://github.com/ContextualAI/gritlm/blob/main/scripts/training/train_gritlm_7b.sh
|
25 |
+
|
26 |
+
| Model | Description |
|
27 |
+
|-------|-------------|
|
28 |
+
| [GritLM 7B](https://hf.co/GritLM/GritLM-7B) | Mistral 7B finetuned using GRIT |
|
29 |
+
| [GritLM 8x7B](https://hf.co/GritLM/GritLM-8x7B) | Mixtral 8x7B finetuned using GRIT |
|
30 |
+
|
31 |
+
## Use
|
32 |
+
|
33 |
+
The model usage is documented [here](https://github.com/ContextualAI/gritlm?tab=readme-ov-file#inference).
|