GGUF
English
TensorBlock
GGUF
morriszms commited on
Commit
398cfc0
·
verified ·
1 Parent(s): 1b806b4

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-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ falcon-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ falcon-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ falcon-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ falcon-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ falcon-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ falcon-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ falcon-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ falcon-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ falcon-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ falcon-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ falcon-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tiiuae/falcon-refinedweb
4
+ language:
5
+ - en
6
+ inference: false
7
+ license: apache-2.0
8
+ new_version: tiiuae/falcon-11B
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ base_model: tiiuae/falcon-7b
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## tiiuae/falcon-7b - GGUF
27
+
28
+ This repo contains GGUF format model files for [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b).
29
+
30
+ 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).
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [falcon-7b-Q2_K.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q2_K.gguf) | Q2_K | 3.595 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [falcon-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q3_K_S.gguf) | Q3_K_S | 3.595 GB | very small, high quality loss |
44
+ | [falcon-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q3_K_M.gguf) | Q3_K_M | 3.856 GB | very small, high quality loss |
45
+ | [falcon-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q3_K_L.gguf) | Q3_K_L | 4.078 GB | small, substantial quality loss |
46
+ | [falcon-7b-Q4_0.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q4_0.gguf) | Q4_0 | 3.922 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [falcon-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q4_K_S.gguf) | Q4_K_S | 4.420 GB | small, greater quality loss |
48
+ | [falcon-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q4_K_M.gguf) | Q4_K_M | 4.633 GB | medium, balanced quality - recommended |
49
+ | [falcon-7b-Q5_0.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q5_0.gguf) | Q5_0 | 4.727 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [falcon-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q5_K_S.gguf) | Q5_K_S | 4.976 GB | large, low quality loss - recommended |
51
+ | [falcon-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q5_K_M.gguf) | Q5_K_M | 5.338 GB | large, very low quality loss - recommended |
52
+ | [falcon-7b-Q6_K.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q6_K.gguf) | Q6_K | 6.548 GB | very large, extremely low quality loss |
53
+ | [falcon-7b-Q8_0.gguf](https://huggingface.co/tensorblock/falcon-7b-GGUF/tree/main/falcon-7b-Q8_0.gguf) | Q8_0 | 7.145 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/falcon-7b-GGUF --include "falcon-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/falcon-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
falcon-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4986529f726f0c534829120d51e6fc737a624cbd46e9d240c4b7f14f022e77
3
+ size 3859719424
falcon-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee891f84270fa2500432f6fdc2901e8654c4a18ba3fce48f1f17c37e5586cc8
3
+ size 4378244352
falcon-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c787b2400abdfa890c3df5dc69b439523a451dd8f15a8f830982a8104bbe1e
3
+ size 4140793088
falcon-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04763f54af6ef404dc671e9b9d2ae16ebde32640c95390173647c033cea15df
3
+ size 3859719424
falcon-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e98d46391f6c0a35b50bfc94272581580ad56849fd3ef55eb7fa1746cc91f13f
3
+ size 4210734336
falcon-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:797fb49cf6145e9285c6665e9d5becdb4d532f72f51e3058d443d74c7d46ce0f
3
+ size 4975126016
falcon-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e554c4a727b74c906e16cef478b980c47842d475ba51e1c13873d6b5d7181913
3
+ size 4745544960
falcon-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7e0093a1544fa6e69c220c8d92ff4e0ff8af392f52d31adbbb8db9d23bf0af
3
+ size 5075911936
falcon-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d524626ee344ce94e9da141e4cfae3d6b1b2a9d6bbd2313e67faa48866a0aa
3
+ size 5731120384
falcon-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fdd9daad36927f4b18654378023360d0331840454f981213805ba0e9f4a538e
3
+ size 5343317248
falcon-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42611e981dafef78fa0cac9a02cd0d727924dcf9f862281a7220ba4ae4df31aa
3
+ size 7031358720
falcon-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b453f24f5572eff1f6d09d4de0a52ac929fb4f5c20870097716b88d0a4eac6d6
3
+ size 7671444736