mradermacher commited on
Commit
be528ab
1 Parent(s): 075d55c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -1 +1,39 @@
1
- weighted/imatrix quants of https://huggingface.co/quantumaikr/falcon-180B-WizardLM_Orca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tiiuae/falcon-refinedweb
4
+ - pankajmathur/WizardLM_Orca
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ quantized_by: mradermacher
9
+ ---
10
+ ## About
11
+
12
+ weighted/imatrix quants of https://huggingface.co/quantumaikr/falcon-180B-WizardLM_Orca
13
+ <!-- provided-files -->
14
+
15
+ ## Usage
16
+
17
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
18
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
19
+ more details, including on how to concatenate multi-part files.
20
+
21
+ ## Provided Quants
22
+
23
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
24
+
25
+ | Link | Type | Size/GB | Notes |
26
+ |:-----|:-----|--------:|:------|
27
+ | [PART 1](https://huggingface.co/mradermacher/falcon-180B-WizardLM_Orca-i1-GGUF/resolve/main/falcon-180B-WizardLM_Orca.i1-IQ3_XXS.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/falcon-180B-WizardLM_Orca-i1-GGUF/resolve/main/falcon-180B-WizardLM_Orca.i1-IQ3_XXS.gguf.part2of2) | i1-IQ3_XXS | 68.5 | fast, lower quality |
28
+ | [PART 1](https://huggingface.co/mradermacher/falcon-180B-WizardLM_Orca-i1-GGUF/resolve/main/falcon-180B-WizardLM_Orca.i1-IQ3_XS.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/falcon-180B-WizardLM_Orca-i1-GGUF/resolve/main/falcon-180B-WizardLM_Orca.i1-IQ3_XS.gguf.part2of2) | i1-IQ3_XS | 74.4 | |
29
+
30
+
31
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
32
+ types (lower is better):
33
+
34
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
35
+
36
+ And here are Artefact2's thoughts on the matter:
37
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
38
+
39
+ <!-- end -->