dranger003
commited on
Commit
•
d656920
1
Parent(s):
d6415ec
Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,10 @@ license_link: >-
|
|
6 |
pipeline_tag: text-generation
|
7 |
---
|
8 |
GGUF importance matrix (imatrix) quants for https://huggingface.co/abacusai/Smaug-72B-v0.1
|
9 |
-
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
pipeline_tag: text-generation
|
7 |
---
|
8 |
GGUF importance matrix (imatrix) quants for https://huggingface.co/abacusai/Smaug-72B-v0.1
|
9 |
+
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using wiki.train.raw.
|
10 |
+
|
11 |
+
Llama-2 conversation template and system prompt set to the [Qwen system prompt](https://github.com/QwenLM/Qwen/blob/main/examples/system_prompt.md).
|
12 |
+
|
13 |
+
| Layers | Context | Template |
|
14 |
+
| --- | --- | --- |
|
15 |
+
| <pre>80</pre> | <pre>32768</pre> | <pre>[INST] \<\<SYS\>\><br>{instructions}<br>\<\</SYS\>\><br><br>{prompt} [/INST]<br>{response}</pre> |
|