dranger003 commited on
Commit
c547265
1 Parent(s): 200bf31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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: ibm/labradorite-13b
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/ibm/labradorite-13b
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/ibm/labradorite-13b#prompt-template) |
14
+ | --- | --- | --- |
15
+ | <pre>40</pre> | <pre>32768</pre> | <pre>\<\|system\|\><br>{sys_prompt}<br>\<\|user\|\><br>{inputs}<br>\<\|assistant\|\><br>{response}\<\|endoftext\|\></pre> |