dranger003's picture
Update README.md
7bd97ee verified
|
raw
history blame contribute delete
No virus
716 Bytes
---
license: gpl-3.0
library_name: gguf
pipeline_tag: text-generation
---
GGUF importance matrix (imatrix) quants for https://huggingface.co/CausalLM/34b-beta
The importance matrix was trained for 40K tokens (80 batches of 512 tokens) using random data.
From the model author:
*Please do not use wikitext for quantization calibration because all wikitext have been re-aligned on synthetic dataset, and its distribution differs significantly from the original wikitext.*
| Layers | Context | Template |
| --- | --- | --- |
| <pre>60</pre> | <pre>200000</pre> | <pre><\|im_start\|>system<br>{instructions}<\|im_end\|><br><\|im_start\|>user<br>{prompt}<\|im_end\|><br><\|im_start\|>assistant<br>{response}</pre> |