GGUF
TensorBlock
GGUF
morriszms commited on
Commit
c1d3f4d
·
verified ·
1 Parent(s): ea6ff8e

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ falcon-40b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ falcon-40b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ falcon-40b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ falcon-40b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ falcon-40b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ falcon-40b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ falcon-40b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ falcon-40b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ falcon-40b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ falcon-40b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ falcon-40b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ falcon-40b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tiiuae/falcon-refinedweb
4
+ language:
5
+ - en
6
+ - de
7
+ - es
8
+ - fr
9
+ inference: false
10
+ license: apache-2.0
11
+ base_model: tiiuae/falcon-40b
12
+ tags:
13
+ - TensorBlock
14
+ - GGUF
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## tiiuae/falcon-40b - GGUF
29
+
30
+ This repo contains GGUF format model files for [tiiuae/falcon-40b](https://huggingface.co/tiiuae/falcon-40b).
31
+
32
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [falcon-40b-Q2_K.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q2_K.gguf) | Q2_K | 14.681 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [falcon-40b-Q3_K_S.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q3_K_S.gguf) | Q3_K_S | 17.065 GB | very small, high quality loss |
46
+ | [falcon-40b-Q3_K_M.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q3_K_M.gguf) | Q3_K_M | 18.715 GB | very small, high quality loss |
47
+ | [falcon-40b-Q3_K_L.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q3_K_L.gguf) | Q3_K_L | 20.115 GB | small, substantial quality loss |
48
+ | [falcon-40b-Q4_0.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q4_0.gguf) | Q4_0 | 22.173 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [falcon-40b-Q4_K_S.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q4_K_S.gguf) | Q4_K_S | 22.173 GB | small, greater quality loss |
50
+ | [falcon-40b-Q4_K_M.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q4_K_M.gguf) | Q4_K_M | 23.738 GB | medium, balanced quality - recommended |
51
+ | [falcon-40b-Q5_0.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q5_0.gguf) | Q5_0 | 26.981 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [falcon-40b-Q5_K_S.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q5_K_S.gguf) | Q5_K_S | 26.981 GB | large, low quality loss - recommended |
53
+ | [falcon-40b-Q5_K_M.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q5_K_M.gguf) | Q5_K_M | 28.538 GB | large, very low quality loss - recommended |
54
+ | [falcon-40b-Q6_K.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q6_K.gguf) | Q6_K | 32.090 GB | very large, extremely low quality loss |
55
+ | [falcon-40b-Q8_0.gguf](https://huggingface.co/tensorblock/falcon-40b-GGUF/tree/main/falcon-40b-Q8_0.gguf) | Q8_0 | 41.406 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/falcon-40b-GGUF --include "falcon-40b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/falcon-40b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
falcon-40b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6f973974e0acc6a2dd0932279cc031d6c606541ab4e5d60f6869688893c8af
3
+ size 15763986528
falcon-40b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf37e050b79431adbf4b64bf06a6e5c71dbcff03698b9116c4a567d15731353
3
+ size 21598361696
falcon-40b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2c8872c6161b7f888e9356dee5a9e65ce7a826b7195d4a6f58aefd5c78931fd
3
+ size 20094703712
falcon-40b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d48944cb41035d1fcc67367360555415c9e15c894e38162a0da942b7667d946
3
+ size 18322872416
falcon-40b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38f0011ca708a7fe6cb4acf288f1614a1d4e861836e33c371cc05aa2803abd7e
3
+ size 23808202848
falcon-40b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5808c3a1048d932d9963dbe679aaabeef2c66591f2a62d1f45e5ff61b66767
3
+ size 25488021600
falcon-40b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1499ac523759482d6f7224bc9857494599a184321b8344a5a8bb179741cf76
3
+ size 23808202848
falcon-40b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec99685c6efbbc972f71d7df78783ed06251b1bf9d2f00b889887df9a55d1b85
3
+ size 28970866784
falcon-40b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c9009ffcc240ab8307ede5bf1717146450b378335fc7b6346ba8f2ad06479c
3
+ size 30642034784
falcon-40b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f64a7174eaea3c295a853f16e515195b746acc2418e80f8b227f1eda3acdbffd
3
+ size 28970866784
falcon-40b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c481ae91dde384db6b8c240bb4c0c27e6c52fee87226b574635ac61d85c1fb87
3
+ size 34456197216
falcon-40b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af93a30b7a25eab662c0f16a625f8fa4dd67cfaf5ffbce7ad55279e8a2b181a1
3
+ size 44458858592