mradermacher
commited on
Commit
•
98675d8
1
Parent(s):
0c6d96d
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1 +1,36 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
license: llama2
|
6 |
+
quantized_by: mradermacher
|
7 |
+
---
|
8 |
+
## About
|
9 |
+
|
10 |
+
weighted/imatrix quants of https://huggingface.co/KoboldAI/LLaMA2-13B-Tiefighter
|
11 |
+
|
12 |
+
<!-- provided-files -->
|
13 |
+
## Usage
|
14 |
+
|
15 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
16 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
17 |
+
more details, including on how to concatenate multi-part files.
|
18 |
+
|
19 |
+
## Provided Quants
|
20 |
+
|
21 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
22 |
+
|
23 |
+
| Link | Type | Size/GB | Notes |
|
24 |
+
|:-----|:-----|--------:|:------|
|
25 |
+
| [GGUF](https://huggingface.co/mradermacher/LLaMA2-13B-Tiefighter-i1-GGUF/resolve/main/LLaMA2-13B-Tiefighter.i1-IQ2_M.gguf) | i1-IQ2_M | 4.8 | |
|
26 |
+
|
27 |
+
|
28 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
29 |
+
types (lower is better):
|
30 |
+
|
31 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
32 |
+
|
33 |
+
And here are Artefact2's thoughts on the matter:
|
34 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
35 |
+
|
36 |
+
<!-- end -->
|