mradermacher commited on
Commit
dc5ef8b
1 Parent(s): 45cee1e

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,6 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/NousResearch/Nous-Hermes-2-Llama-2-70B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/Nous-Hermes-2-Llama-2-70B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ quantized_by: mradermacher
8
+ tags:
9
+ - Llama
10
+ - instruct
11
+ - finetune
12
+ - chatml
13
+ - gpt4
14
+ - synthetic data
15
+ - distillation
16
+ ---
17
+ ## About
18
+
19
  <!-- ### quantize_version: 2 -->
20
  <!-- ### output_tensor_quantised: 1 -->
21
  <!-- ### convert_type: hf -->
22
  <!-- ### vocab_type: -->
23
  <!-- ### tags: nicoboss -->
24
  weighted/imatrix quants of https://huggingface.co/NousResearch/Nous-Hermes-2-Llama-2-70B
25
+
26
+ <!-- provided-files -->
27
+ static quants are available at https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-GGUF
28
+ ## Usage
29
+
30
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
31
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
32
+ more details, including on how to concatenate multi-part files.
33
+
34
+ ## Provided Quants
35
+
36
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
37
+
38
+ | Link | Type | Size/GB | Notes |
39
+ |:-----|:-----|--------:|:------|
40
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-IQ1_M.gguf) | i1-IQ1_M | 16.0 | mostly desperate |
41
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-IQ2_M.gguf) | i1-IQ2_M | 23.3 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-Q2_K.gguf) | i1-Q2_K | 25.6 | IQ3_XXS probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 26.7 | lower quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-IQ3_M.gguf) | i1-IQ3_M | 31.0 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.4 | IQ3_S probably better |
46
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.3 | optimal size/speed/quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.5 | fast, recommended |
48
+ | [PART 1](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Nous-Hermes-2-Llama-2-70B-i1-GGUF/resolve/main/Nous-Hermes-2-Llama-2-70B.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 56.7 | practically like static Q6_K |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
68
+
69
+ <!-- end -->