morriszms commited on
Commit
92abc95
1 Parent(s): 2b203bf

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-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ falcon-7b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ falcon-7b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ falcon-7b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ falcon-7b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ falcon-7b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ falcon-7b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ falcon-7b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ falcon-7b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ falcon-7b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ falcon-7b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ falcon-7b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - tiiuae/falcon-refinedweb
4
+ language:
5
+ - en
6
+ inference: true
7
+ new_version: tiiuae/falcon-11B
8
+ widget:
9
+ - text: Hey Falcon! Any recommendations for my holidays in Abu Dhabi?
10
+ example_title: Abu Dhabi Trip
11
+ - text: What's the Everett interpretation of quantum mechanics?
12
+ example_title: 'Q/A: Quantum & Answers'
13
+ - text: Give me a list of the top 10 dive sites you would recommend around the world.
14
+ example_title: Diving Top 10
15
+ - text: Can you tell me more about deep-water soloing?
16
+ example_title: Extreme sports
17
+ - text: Can you write a short tweet about the Apache 2.0 release of our latest AI
18
+ model, Falcon LLM?
19
+ example_title: Twitter Helper
20
+ - text: What are the responsabilities of a Chief Llama Officer?
21
+ example_title: Trendy Jobs
22
+ license: apache-2.0
23
+ base_model: tiiuae/falcon-7b-instruct
24
+ tags:
25
+ - TensorBlock
26
+ - GGUF
27
+ ---
28
+
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
35
+ 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>
36
+ </p>
37
+ </div>
38
+ </div>
39
+
40
+ ## tiiuae/falcon-7b-instruct - GGUF
41
+
42
+ This repo contains GGUF format model files for [tiiuae/falcon-7b-instruct](https://huggingface.co/tiiuae/falcon-7b-instruct).
43
+
44
+ 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).
45
+
46
+ ## Prompt template
47
+
48
+ ```
49
+ {system_prompt}
50
+
51
+ User: {prompt}
52
+
53
+ Assistant:
54
+ ```
55
+
56
+ ## Model file specification
57
+
58
+ | Filename | Quant type | File Size | Description |
59
+ | -------- | ---------- | --------- | ----------- |
60
+ | [falcon-7b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q2_K.gguf) | Q2_K | 3.595 GB | smallest, significant quality loss - not recommended for most purposes |
61
+ | [falcon-7b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q3_K_S.gguf) | Q3_K_S | 3.595 GB | very small, high quality loss |
62
+ | [falcon-7b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q3_K_M.gguf) | Q3_K_M | 3.856 GB | very small, high quality loss |
63
+ | [falcon-7b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q3_K_L.gguf) | Q3_K_L | 4.078 GB | small, substantial quality loss |
64
+ | [falcon-7b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q4_0.gguf) | Q4_0 | 3.922 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
65
+ | [falcon-7b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q4_K_S.gguf) | Q4_K_S | 4.420 GB | small, greater quality loss |
66
+ | [falcon-7b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q4_K_M.gguf) | Q4_K_M | 4.633 GB | medium, balanced quality - recommended |
67
+ | [falcon-7b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q5_0.gguf) | Q5_0 | 4.727 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
68
+ | [falcon-7b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q5_K_S.gguf) | Q5_K_S | 4.976 GB | large, low quality loss - recommended |
69
+ | [falcon-7b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q5_K_M.gguf) | Q5_K_M | 5.338 GB | large, very low quality loss - recommended |
70
+ | [falcon-7b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q6_K.gguf) | Q6_K | 6.548 GB | very large, extremely low quality loss |
71
+ | [falcon-7b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/tree/main/falcon-7b-instruct-Q8_0.gguf) | Q8_0 | 7.145 GB | very large, extremely low quality loss - not recommended |
72
+
73
+
74
+ ## Downloading instruction
75
+
76
+ ### Command line
77
+
78
+ Firstly, install Huggingface Client
79
+
80
+ ```shell
81
+ pip install -U "huggingface_hub[cli]"
82
+ ```
83
+
84
+ Then, downoad the individual model file the a local directory
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/falcon-7b-instruct-GGUF --include "falcon-7b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
88
+ ```
89
+
90
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
91
+
92
+ ```shell
93
+ huggingface-cli download tensorblock/falcon-7b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
94
+ ```
falcon-7b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e60cb9178c59dc3430644ec82f20236c33c755f3c676efd7940fc2345f4829b
3
+ size 3859720352
falcon-7b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c56d01d4f31510d6e8af2e05c8689cabe9030a789be4ac1fb35b01fc477592
3
+ size 4378245280
falcon-7b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df623f5a452135e725a5d963d3078e4bd1f3b39826211153914d97b888fd23c2
3
+ size 4140794016
falcon-7b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7b7d8bdda8cf0ee39c1fd09c747de0e6bdab8b91c4121e761058976c25e01f
3
+ size 3859720352
falcon-7b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a823c6731628b53d3a940d973042d96c71770ef567c93017a6630c06aeb86db
3
+ size 4210735264
falcon-7b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdf773cdaf756a734fc9a544c65fec3b1c098904b0870acdd250025cf87e6c7
3
+ size 4975126944
falcon-7b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21bad2023cc16a400f544fa694e61f6b3bd06a78ffc982740f569d111e3a12b9
3
+ size 4745545888
falcon-7b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:247cd51ba2ab7c0bafb35a5731296fa85d13c7f97f38a7e6f88ac941a252c33a
3
+ size 5075912864
falcon-7b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e372e894cde7db16e6613ed2ac6c7431e1abd818c258e711d0452a308ecef95
3
+ size 5731121312
falcon-7b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc503d004d4b79df53895878cb7dff97b38ab20706e2fa51f6cd8d055507940c
3
+ size 5343318176
falcon-7b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a667028fa6fe83ad6c8b846d11ea3e620302fa1e64ea35a1480e59d5a2fa17e8
3
+ size 7031359648
falcon-7b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbee6f64802b3f9f9e5a838c07244963c1c7924e5cc41952d9d389563bb231bd
3
+ size 7671445664