mradermacher commited on
Commit
f8e2c67
1 Parent(s): c296ee6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/tiiuae/falcon-40b-instruct
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tiiuae/falcon-refinedweb
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ quantized_by: mradermacher
9
+ ---
10
+ ## About
11
+
12
  weighted/imatrix quants of https://huggingface.co/tiiuae/falcon-40b-instruct
13
+
14
+
15
+ <!-- provided-files -->
16
+ static quants are available at https://huggingface.co/mradermacher/falcon-40b-instruct-GGUF
17
+ ## Usage
18
+
19
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
20
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
21
+ more details, including on how to concatenate multi-part files.
22
+
23
+ ## Provided Quants
24
+
25
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
26
+
27
+ | Link | Type | Size/GB | Notes |
28
+ |:-----|:-----|--------:|:------|
29
+ | [GGUF](https://huggingface.co/mradermacher/falcon-40b-instruct-i1-GGUF/resolve/main/falcon-40b-instruct.i1-Q2_K.gguf) | i1-Q2_K | 16.4 | IQ3_XXS probably better |
30
+
31
+
32
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
33
+ types (lower is better):
34
+
35
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
36
+
37
+ And here are Artefact2's thoughts on the matter:
38
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
39
+
40
+ ## Thanks
41
+
42
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
43
+ me use its servers and providing upgrades to my workstation to enable
44
+ this work in my free time.
45
+
46
+ <!-- end -->