mradermacher commited on
Commit
9683b6e
·
verified ·
1 Parent(s): 35d43e3

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -1 +1,43 @@
1
- weighted/imatrix quants of https://huggingface.co/cognitivecomputations/DolphinHermes-120b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - NousResearch/Nous-Hermes-2-Llama-2-70B
4
+ - cognitivecomputations/dolphin-2.2-70b
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: llama2
9
+ quantized_by: mradermacher
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+ ---
14
+ ## About
15
+
16
+ weighted/imatrix quants of https://huggingface.co/cognitivecomputations/DolphinHermes-120b
17
+
18
+ <!-- provided-files -->
19
+ static quants are available at https://huggingface.co/mradermacher/DolphinHermes-120b-GGUF
20
+ ## Usage
21
+
22
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
23
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
24
+ more details, including on how to concatenate multi-part files.
25
+
26
+ ## Provided Quants
27
+
28
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
29
+
30
+ | Link | Type | Size/GB | Notes |
31
+ |:-----|:-----|--------:|:------|
32
+ | [GGUF](https://huggingface.co/mradermacher/DolphinHermes-120b-i1-GGUF/resolve/main/DolphinHermes-120b.i1-Q2_K.gguf) | i1-Q2_K | 44.6 | IQ3_XXS probably better |
33
+
34
+
35
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
36
+ types (lower is better):
37
+
38
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
39
+
40
+ And here are Artefact2's thoughts on the matter:
41
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
42
+
43
+ <!-- end -->