mradermacher commited on
Commit
dad78a5
1 Parent(s): a99941a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,5 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 1 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: -->
4
  <!-- ### vocab_type: -->
5
  weighted/imatrix quants of https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ exported_from: NousResearch/Nous-Hermes-Llama2-70b
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license:
7
+ - mit
8
+ quantized_by: mradermacher
9
+ tags:
10
+ - llama-2
11
+ - self-instruct
12
+ - distillation
13
+ - synthetic instruction
14
+ ---
15
+ ## About
16
+
17
  <!-- ### quantize_version: 1 -->
18
  <!-- ### output_tensor_quantised: 1 -->
19
  <!-- ### convert_type: -->
20
  <!-- ### vocab_type: -->
21
  weighted/imatrix quants of https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b
22
+
23
+
24
+ <!-- provided-files -->
25
+ static quants are available at https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-GGUF
26
+ ## Usage
27
+
28
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
29
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
30
+ more details, including on how to concatenate multi-part files.
31
+
32
+ ## Provided Quants
33
+
34
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
35
+
36
+ | Link | Type | Size/GB | Notes |
37
+ |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-IQ2_M.gguf) | i1-IQ2_M | 23.3 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q2_K.gguf) | i1-Q2_K | 25.6 | IQ3_XXS probably better |
40
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 26.7 | lower quality |
41
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 28.4 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 30.0 | IQ3_XS probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.4 | IQ3_S probably better |
44
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 36.2 | IQ3_M probably better |
45
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 36.9 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q4_0.gguf) | i1-Q4_0 | 39.1 | fast, low quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.3 | optimal size/speed/quality |
48
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.5 | fast, recommended |
49
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 47.6 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 48.9 | |
51
+ | [PART 1](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Nous-Hermes-Llama2-70b-i1-GGUF/resolve/main/Nous-Hermes-Llama2-70b.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 56.7 | practically like static Q6_K |
52
+
53
+
54
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
55
+ types (lower is better):
56
+
57
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
58
+
59
+ And here are Artefact2's thoughts on the matter:
60
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
61
+
62
+ ## Thanks
63
+
64
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
65
+ me use its servers and providing upgrades to my workstation to enable
66
+ this work in my free time.
67
+
68
+ <!-- end -->