bartowski commited on
Commit
976e053
1 Parent(s): f48c9cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -41
README.md CHANGED
@@ -1,13 +1,11 @@
1
  ---
2
- base_model: RWKV/v6-Finch-7B-HF
3
- license: apache-2.0
4
- pipeline_tag: text-generation
5
  quantized_by: bartowski
 
6
  ---
7
 
8
  ## Llamacpp imatrix Quantizations of v6-Finch-7B-HF
9
 
10
- Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3658">b3658</a> for quantization.
11
 
12
  Original model: https://huggingface.co/RWKV/v6-Finch-7B-HF
13
 
@@ -19,40 +17,38 @@ Run them in [LM Studio](https://lmstudio.ai/)
19
 
20
  No prompt format found, check original model page
21
 
 
 
 
 
22
  ## Download a file (not the whole branch) from below:
23
 
24
  | Filename | Quant type | File Size | Split | Description |
25
  | -------- | ---------- | --------- | ----- | ----------- |
26
- | [v6-Finch-7B-HF-f16.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-f16.gguf) | f16 | 15.44GB | false | Full F16 weights. |
27
- | [v6-Finch-7B-HF-Q8_0.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q8_0.gguf) | Q8_0 | 8.37GB | false | Extremely high quality, generally unneeded but max available quant. |
28
- | [v6-Finch-7B-HF-Q6_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q6_K_L.gguf) | Q6_K_L | 6.67GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
29
- | [v6-Finch-7B-HF-Q6_K.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q6_K.gguf) | Q6_K | 6.54GB | false | Very high quality, near perfect, *recommended*. |
30
- | [v6-Finch-7B-HF-Q5_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q5_K_L.gguf) | Q5_K_L | 5.74GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
31
- | [v6-Finch-7B-HF-Q5_K_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q5_K_M.gguf) | Q5_K_M | 5.57GB | false | High quality, *recommended*. |
32
- | [v6-Finch-7B-HF-Q5_K_S.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q5_K_S.gguf) | Q5_K_S | 5.57GB | false | High quality, *recommended*. |
33
- | [v6-Finch-7B-HF-Q4_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_K_L.gguf) | Q4_K_L | 4.86GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
34
- | [v6-Finch-7B-HF-Q4_K_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_K_M.gguf) | Q4_K_M | 4.66GB | false | Good quality, default size for must use cases, *recommended*. |
35
- | [v6-Finch-7B-HF-Q4_K_S.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_K_S.gguf) | Q4_K_S | 4.66GB | false | Slightly lower quality with more space savings, *recommended*. |
36
- | [v6-Finch-7B-HF-Q4_0_8_8.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0_8_8.gguf) | Q4_0_8_8 | 4.66GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
37
- | [v6-Finch-7B-HF-Q4_0_4_8.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0_4_8.gguf) | Q4_0_4_8 | 4.66GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
38
- | [v6-Finch-7B-HF-Q4_0_4_4.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0_4_4.gguf) | Q4_0_4_4 | 4.66GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
39
- | [v6-Finch-7B-HF-Q4_0.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0.gguf) | Q4_0 | 4.66GB | false | Legacy format, generally not worth using over similarly sized formats |
40
- | [v6-Finch-7B-HF-IQ4_XS.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ4_XS.gguf) | IQ4_XS | 4.43GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
41
- | [v6-Finch-7B-HF-Q3_K_XL.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_XL.gguf) | Q3_K_XL | 3.93GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
42
- | [v6-Finch-7B-HF-Q3_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_L.gguf) | Q3_K_L | 3.70GB | false | Lower quality but usable, good for low RAM availability. |
43
- | [v6-Finch-7B-HF-Q3_K_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_M.gguf) | Q3_K_M | 3.70GB | false | Low quality. |
44
- | [v6-Finch-7B-HF-IQ3_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ3_M.gguf) | IQ3_M | 3.70GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
45
- | [v6-Finch-7B-HF-Q3_K_S.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_S.gguf) | Q3_K_S | 3.70GB | false | Low quality, not recommended. |
46
- | [v6-Finch-7B-HF-IQ3_XS.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ3_XS.gguf) | IQ3_XS | 3.70GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
47
- | [v6-Finch-7B-HF-Q2_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q2_K_L.gguf) | Q2_K_L | 3.22GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
48
- | [v6-Finch-7B-HF-Q2_K.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q2_K.gguf) | Q2_K | 2.96GB | false | Very low quality but surprisingly usable. |
49
- | [v6-Finch-7B-HF-IQ2_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ2_M.gguf) | IQ2_M | 2.90GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
50
-
51
- ## Q4_0_X_X
52
-
53
- If you're using an ARM chip, the Q4_0_X_X quants will have a substantial speedup. Check out Q4_0_4_4 speed comparisons [on the original pull request](https://github.com/ggerganov/llama.cpp/pull/5780#pullrequestreview-21657544660)
54
-
55
- To check which one would work best for your ARM chip, you can check [AArch64 SoC features](https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html)(thanks EloyOn!).
56
 
57
  ## Embed/output weights
58
 
@@ -62,12 +58,6 @@ Some say that this improves the quality, others don't notice any difference. If
62
 
63
  Thanks!
64
 
65
- ## Credits
66
-
67
- Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
68
-
69
- Thank you ZeroWw for the inspiration to experiment with embed/output
70
-
71
  ## Downloading using huggingface-cli
72
 
73
  First, make sure you have hugginface-cli installed:
@@ -90,6 +80,14 @@ huggingface-cli download bartowski/v6-Finch-7B-HF-GGUF --include "v6-Finch-7B-HF
90
 
91
  You can either specify a new local-dir (v6-Finch-7B-HF-Q8_0) or download them all in place (./)
92
 
 
 
 
 
 
 
 
 
93
  ## Which file should I choose?
94
 
95
  A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
@@ -114,5 +112,10 @@ These I-quants can also be used on CPU and Apple Metal, but will be slower than
114
 
115
  The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
116
 
117
- Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
 
 
118
 
 
 
 
 
1
  ---
 
 
 
2
  quantized_by: bartowski
3
+ pipeline_tag: text-generation
4
  ---
5
 
6
  ## Llamacpp imatrix Quantizations of v6-Finch-7B-HF
7
 
8
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3751">b3751</a> for quantization.
9
 
10
  Original model: https://huggingface.co/RWKV/v6-Finch-7B-HF
11
 
 
17
 
18
  No prompt format found, check original model page
19
 
20
+ ## What's new:
21
+
22
+ Fix BOS/EOS tokens
23
+
24
  ## Download a file (not the whole branch) from below:
25
 
26
  | Filename | Quant type | File Size | Split | Description |
27
  | -------- | ---------- | --------- | ----- | ----------- |
28
+ | [v6-Finch-7B-HF-f16.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-f16.gguf) | f16 | 15.51GB | false | Full F16 weights. |
29
+ | [v6-Finch-7B-HF-Q8_0.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q8_0.gguf) | Q8_0 | 8.47GB | false | Extremely high quality, generally unneeded but max available quant. |
30
+ | [v6-Finch-7B-HF-Q6_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q6_K_L.gguf) | Q6_K_L | 6.78GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
31
+ | [v6-Finch-7B-HF-Q6_K.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q6_K.gguf) | Q6_K | 6.65GB | false | Very high quality, near perfect, *recommended*. |
32
+ | [v6-Finch-7B-HF-Q5_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q5_K_L.gguf) | Q5_K_L | 5.85GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
33
+ | [v6-Finch-7B-HF-Q5_K_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q5_K_M.gguf) | Q5_K_M | 5.68GB | false | High quality, *recommended*. |
34
+ | [v6-Finch-7B-HF-Q5_K_S.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q5_K_S.gguf) | Q5_K_S | 5.68GB | false | High quality, *recommended*. |
35
+ | [v6-Finch-7B-HF-Q4_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_K_L.gguf) | Q4_K_L | 4.98GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
36
+ | [v6-Finch-7B-HF-Q4_K_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_K_M.gguf) | Q4_K_M | 4.78GB | false | Good quality, default size for must use cases, *recommended*. |
37
+ | [v6-Finch-7B-HF-Q4_K_S.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_K_S.gguf) | Q4_K_S | 4.78GB | false | Slightly lower quality with more space savings, *recommended*. |
38
+ | [v6-Finch-7B-HF-Q4_0_8_8.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0_8_8.gguf) | Q4_0_8_8 | 4.78GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
39
+ | [v6-Finch-7B-HF-Q4_0_4_8.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0_4_8.gguf) | Q4_0_4_8 | 4.78GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
40
+ | [v6-Finch-7B-HF-Q4_0_4_4.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0_4_4.gguf) | Q4_0_4_4 | 4.78GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
41
+ | [v6-Finch-7B-HF-Q4_0.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q4_0.gguf) | Q4_0 | 4.78GB | false | Legacy format, generally not worth using over similarly sized formats |
42
+ | [v6-Finch-7B-HF-IQ4_XS.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ4_XS.gguf) | IQ4_XS | 4.55GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
43
+ | [v6-Finch-7B-HF-Q3_K_XL.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_XL.gguf) | Q3_K_XL | 4.05GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
44
+ | [v6-Finch-7B-HF-Q3_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_L.gguf) | Q3_K_L | 3.81GB | false | Lower quality but usable, good for low RAM availability. |
45
+ | [v6-Finch-7B-HF-Q3_K_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_M.gguf) | Q3_K_M | 3.81GB | false | Low quality. |
46
+ | [v6-Finch-7B-HF-IQ3_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ3_M.gguf) | IQ3_M | 3.81GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
47
+ | [v6-Finch-7B-HF-Q3_K_S.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q3_K_S.gguf) | Q3_K_S | 3.81GB | false | Low quality, not recommended. |
48
+ | [v6-Finch-7B-HF-IQ3_XS.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ3_XS.gguf) | IQ3_XS | 3.81GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
49
+ | [v6-Finch-7B-HF-Q2_K_L.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q2_K_L.gguf) | Q2_K_L | 3.34GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
50
+ | [v6-Finch-7B-HF-Q2_K.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-Q2_K.gguf) | Q2_K | 3.08GB | false | Very low quality but surprisingly usable. |
51
+ | [v6-Finch-7B-HF-IQ2_M.gguf](https://huggingface.co/bartowski/v6-Finch-7B-HF-GGUF/blob/main/v6-Finch-7B-HF-IQ2_M.gguf) | IQ2_M | 3.02GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
 
 
 
 
 
 
52
 
53
  ## Embed/output weights
54
 
 
58
 
59
  Thanks!
60
 
 
 
 
 
 
 
61
  ## Downloading using huggingface-cli
62
 
63
  First, make sure you have hugginface-cli installed:
 
80
 
81
  You can either specify a new local-dir (v6-Finch-7B-HF-Q8_0) or download them all in place (./)
82
 
83
+ ## Q4_0_X_X
84
+
85
+ These are *NOT* for Metal (Apple) offloading, only ARM chips.
86
+
87
+ If you're using an ARM chip, the Q4_0_X_X quants will have a substantial speedup. Check out Q4_0_4_4 speed comparisons [on the original pull request](https://github.com/ggerganov/llama.cpp/pull/5780#pullrequestreview-21657544660)
88
+
89
+ To check which one would work best for your ARM chip, you can check [AArch64 SoC features](https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html) (thanks EloyOn!).
90
+
91
  ## Which file should I choose?
92
 
93
  A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
 
112
 
113
  The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
114
 
115
+ ## Credits
116
+
117
+ Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
118
 
119
+ Thank you ZeroWw for the inspiration to experiment with embed/output
120
+
121
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski