morriszms commited on
Commit
0bee75f
1 Parent(s): 050fbe3

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-sharded-bf16-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ falcon-7b-sharded-bf16-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ falcon-7b-sharded-bf16-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ falcon-7b-sharded-bf16-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ falcon-7b-sharded-bf16-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ falcon-7b-sharded-bf16-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ falcon-7b-sharded-bf16-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ falcon-7b-sharded-bf16-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ falcon-7b-sharded-bf16-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ falcon-7b-sharded-bf16-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ falcon-7b-sharded-bf16-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ falcon-7b-sharded-bf16-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ybelkada/falcon-7b-sharded-bf16
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## ybelkada/falcon-7b-sharded-bf16 - GGUF
20
+
21
+ This repo contains GGUF format model files for [ybelkada/falcon-7b-sharded-bf16](https://huggingface.co/ybelkada/falcon-7b-sharded-bf16).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [falcon-7b-sharded-bf16-Q2_K.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q2_K.gguf) | Q2_K | 3.595 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [falcon-7b-sharded-bf16-Q3_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q3_K_S.gguf) | Q3_K_S | 3.595 GB | very small, high quality loss |
37
+ | [falcon-7b-sharded-bf16-Q3_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q3_K_M.gguf) | Q3_K_M | 3.856 GB | very small, high quality loss |
38
+ | [falcon-7b-sharded-bf16-Q3_K_L.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q3_K_L.gguf) | Q3_K_L | 4.078 GB | small, substantial quality loss |
39
+ | [falcon-7b-sharded-bf16-Q4_0.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q4_0.gguf) | Q4_0 | 3.922 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [falcon-7b-sharded-bf16-Q4_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q4_K_S.gguf) | Q4_K_S | 4.420 GB | small, greater quality loss |
41
+ | [falcon-7b-sharded-bf16-Q4_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q4_K_M.gguf) | Q4_K_M | 4.633 GB | medium, balanced quality - recommended |
42
+ | [falcon-7b-sharded-bf16-Q5_0.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q5_0.gguf) | Q5_0 | 4.727 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [falcon-7b-sharded-bf16-Q5_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q5_K_S.gguf) | Q5_K_S | 4.976 GB | large, low quality loss - recommended |
44
+ | [falcon-7b-sharded-bf16-Q5_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q5_K_M.gguf) | Q5_K_M | 5.338 GB | large, very low quality loss - recommended |
45
+ | [falcon-7b-sharded-bf16-Q6_K.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q6_K.gguf) | Q6_K | 6.548 GB | very large, extremely low quality loss |
46
+ | [falcon-7b-sharded-bf16-Q8_0.gguf](https://huggingface.co/tensorblock/falcon-7b-sharded-bf16-GGUF/tree/main/falcon-7b-sharded-bf16-Q8_0.gguf) | Q8_0 | 7.145 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/falcon-7b-sharded-bf16-GGUF --include "falcon-7b-sharded-bf16-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/falcon-7b-sharded-bf16-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
falcon-7b-sharded-bf16-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a726239b5ee3b798a1b955200400cb750954823b6b8f5ca20a8fcd15e58dd6ad
3
+ size 3859719360
falcon-7b-sharded-bf16-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:332fa0ee3d8213e243cbef4fabb0117e125a2058ad3d424843d3c07db41aa597
3
+ size 4378244288
falcon-7b-sharded-bf16-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e183314f7c9014c968d9cac2d1466bcd7fd903b84ead44120d4036cddee3e0a
3
+ size 4140793024
falcon-7b-sharded-bf16-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3981afa8dd181d9266483754d5ea6e7ba793fecb988f244a1d9ac2693e741f96
3
+ size 3859719360
falcon-7b-sharded-bf16-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f99b57f4396da65822854c6ea807a80f4079469fa7ffbf09c00715d2acbbd2e
3
+ size 4210734272
falcon-7b-sharded-bf16-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103b625e4589595e297d3a5462e844aa6787a4d680b1ff811e0dad49b6b8fbdc
3
+ size 4975125952
falcon-7b-sharded-bf16-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2b969e0ff76cfba196242de1dc00cc286fbecafeaf5d42daae073fc2a778d5
3
+ size 4745544896
falcon-7b-sharded-bf16-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ebb278f609d9ffab406865a876421de95b8084c51c392d1b92f1c8d5cab8d9
3
+ size 5075911872
falcon-7b-sharded-bf16-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebdaad53a6bbadd8415f7f2beaf7b7845ebecefdb107687856558a5e2468fafb
3
+ size 5731120320
falcon-7b-sharded-bf16-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fd669686e40d1475d85027f9f58bb3b5b6b7710c85172a738b5287913ce39d9
3
+ size 5343317184
falcon-7b-sharded-bf16-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4513f7d6c271ecf8c92ae1d2064cd52aa07cf03564724c7d7c5a895f0b5434b9
3
+ size 7031358656
falcon-7b-sharded-bf16-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747ec359f416c83d34307d2532413e9a3f4f28e4b4bef69275e60cec67e14b29
3
+ size 7671444672