mradermacher
commited on
Commit
•
503eb34
1
Parent(s):
84df174
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1 +1,44 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
gguf version of https://huggingface.co/tiiuae/falcon-40b-instruct
|
13 |
+
|
14 |
+
<!-- provided-files -->
|
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-40b-instruct-GGUF/resolve/main/falcon-40b-instruct.SOURCE.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/falcon-40b-instruct-GGUF/resolve/main/falcon-40b-instruct.SOURCE.gguf.part2of2) | SOURCE | 83.8 | source gguf, only provided when it was hard to come by |
|
28 |
+
|
29 |
+
|
30 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
31 |
+
types (lower is better):
|
32 |
+
|
33 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
34 |
+
|
35 |
+
And here are Artefact2's thoughts on the matter:
|
36 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
37 |
+
|
38 |
+
## Thanks
|
39 |
+
|
40 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
41 |
+
me use its servers and providing upgrades to my workstation to enable
|
42 |
+
this work in my free time.
|
43 |
+
|
44 |
+
<!-- end -->
|