mradermacher
commited on
Commit
•
02c258a
1
Parent(s):
e483b9b
auto-patch README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ tags:
|
|
23 |
static quants of https://huggingface.co/tiiuae/Falcon3-1B-Instruct
|
24 |
|
25 |
<!-- provided-files -->
|
26 |
-
weighted/imatrix quants
|
27 |
## Usage
|
28 |
|
29 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -40,6 +40,7 @@ more details, including on how to concatenate multi-part files.
|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q3_K_S.gguf) | Q3_K_S | 0.9 | |
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.0 | |
|
|
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q4_K_S.gguf) | Q4_K_S | 1.1 | fast, recommended |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended |
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q5_K_S.gguf) | Q5_K_S | 1.3 | |
|
|
|
23 |
static quants of https://huggingface.co/tiiuae/Falcon3-1B-Instruct
|
24 |
|
25 |
<!-- provided-files -->
|
26 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Falcon3-1B-Instruct-i1-GGUF
|
27 |
## Usage
|
28 |
|
29 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q3_K_S.gguf) | Q3_K_S | 0.9 | |
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q3_K_M.gguf) | Q3_K_M | 1.0 | lower quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q3_K_L.gguf) | Q3_K_L | 1.0 | |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.IQ4_XS.gguf) | IQ4_XS | 1.1 | |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q4_K_S.gguf) | Q4_K_S | 1.1 | fast, recommended |
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q4_K_M.gguf) | Q4_K_M | 1.2 | fast, recommended |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/Falcon3-1B-Instruct-GGUF/resolve/main/Falcon3-1B-Instruct.Q5_K_S.gguf) | Q5_K_S | 1.3 | |
|