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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -43,8 +43,16 @@ This repo contains GGUF format model files for [tiiuae/falcon-7b-instruct](https
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
 
@@ -57,18 +65,18 @@ Assistant:
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
 
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
+
47
+ <div style="text-align: left; margin: 20px 0;">
48
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
49
+ Run them on the TensorBlock client using your local machine ↗
50
+ </a>
51
+ </div>
52
+
53
  ## Prompt template
54
 
55
+
56
  ```
57
  {system_prompt}
58
 
 
65
 
66
  | Filename | Quant type | File Size | Description |
67
  | -------- | ---------- | --------- | ----------- |
68
+ | [falcon-7b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q2_K.gguf) | Q2_K | 3.595 GB | smallest, significant quality loss - not recommended for most purposes |
69
+ | [falcon-7b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q3_K_S.gguf) | Q3_K_S | 3.595 GB | very small, high quality loss |
70
+ | [falcon-7b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q3_K_M.gguf) | Q3_K_M | 3.856 GB | very small, high quality loss |
71
+ | [falcon-7b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q3_K_L.gguf) | Q3_K_L | 4.078 GB | small, substantial quality loss |
72
+ | [falcon-7b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q4_0.gguf) | Q4_0 | 3.922 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
73
+ | [falcon-7b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q4_K_S.gguf) | Q4_K_S | 4.420 GB | small, greater quality loss |
74
+ | [falcon-7b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q4_K_M.gguf) | Q4_K_M | 4.633 GB | medium, balanced quality - recommended |
75
+ | [falcon-7b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q5_0.gguf) | Q5_0 | 4.727 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
76
+ | [falcon-7b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q5_K_S.gguf) | Q5_K_S | 4.976 GB | large, low quality loss - recommended |
77
+ | [falcon-7b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q5_K_M.gguf) | Q5_K_M | 5.338 GB | large, very low quality loss - recommended |
78
+ | [falcon-7b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q6_K.gguf) | Q6_K | 6.548 GB | very large, extremely low quality loss |
79
+ | [falcon-7b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/falcon-7b-instruct-GGUF/blob/main/falcon-7b-instruct-Q8_0.gguf) | Q8_0 | 7.145 GB | very large, extremely low quality loss - not recommended |
80
 
81
 
82
  ## Downloading instruction