dranger003
commited on
Commit
•
354c526
1
Parent(s):
a8299de
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: gguf
|
5 |
+
base_model: fblgit/UNA-SimpleSmaug-34b-v1beta
|
6 |
---
|
7 |
+
<u>**NOTE**</u>: You will need a recent build of llama.cpp to run these quants (i.e. at least commit `494c870`).
|
8 |
+
|
9 |
+
GGUF importance matrix (imatrix) quants for https://huggingface.co/fblgit/UNA-SimpleSmaug-34b-v1beta
|
10 |
+
* The importance matrix was trained for ~50K tokens (105 batches of 512 tokens) using a [general purpose imatrix calibration dataset](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384).
|
11 |
+
* The [imatrix is being used on the K-quants](https://github.com/ggerganov/llama.cpp/pull/4930) as well.
|
12 |
+
|
13 |
+
| Layers | Context | [Template](https://huggingface.co/fblgit/UNA-SimpleSmaug-34b-v1beta/blob/main/tokenizer_config.json#L31) |
|
14 |
+
| --- | --- | --- |
|
15 |
+
| <pre>60</pre> | <pre>32768</pre> | <pre>\<\|startoftext\|\>[INST] \<\<SYS\>\><br>{instructions}<br>\<\</SYS\>\><br><br>{prompt} [INST]</pre> |
|