legraphista commited on
Commit
8301dd9
β€’
1 Parent(s): 8ffadab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +138 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: LLM360/K2
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: gguf
7
+ license: apache-2.0
8
+ pipeline_tag: text-generation
9
+ quantized_by: legraphista
10
+ tags:
11
+ - nlp
12
+ - llm
13
+ - quantized
14
+ - GGUF
15
+ - imatrix
16
+ - quantization
17
+ - imat
18
+ - imatrix
19
+ - static
20
+ - 16bit
21
+ - 8bit
22
+ - 6bit
23
+ - 5bit
24
+ - 4bit
25
+ - 3bit
26
+ - 2bit
27
+ - 1bit
28
+ ---
29
+
30
+ # K2-ckpt_360-IMat-GGUF
31
+ _Llama.cpp imatrix quantization of LLM360/K2_
32
+
33
+ Original Model: [LLM360/K2](https://huggingface.co/LLM360/K2)
34
+ Original dtype: `FP16` (`float16`)
35
+ Quantized by: llama.cpp [b3058](https://github.com/ggerganov/llama.cpp/releases/tag/b3058)
36
+ IMatrix dataset: [here](https://gist.githubusercontent.com/bartowski1182/eb213dccb3571f863da82e99418f81e8/raw/b2869d80f5c16fd7082594248e80144677736635/calibration_datav3.txt)
37
+
38
+ - [Files](#files)
39
+ - [IMatrix](#imatrix)
40
+ - [Common Quants](#common-quants)
41
+ - [All Quants](#all-quants)
42
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
43
+ - [Inference](#inference)
44
+ - [Llama.cpp](#llama-cpp)
45
+ - [FAQ](#faq)
46
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
47
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
48
+
49
+ ---
50
+
51
+ ## Files
52
+
53
+ ### IMatrix
54
+ Status: ⏳ Processing
55
+ Link: [here](https://huggingface.co/legraphista/K2-ckpt_360-IMat-GGUF/blob/main/imatrix.dat)
56
+
57
+ ### Common Quants
58
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
59
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
60
+ | K2-ckpt_360.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
61
+ | K2-ckpt_360.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
62
+ | K2-ckpt_360.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
63
+ | K2-ckpt_360.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
64
+ | K2-ckpt_360.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
65
+
66
+
67
+ ### All Quants
68
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
69
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
70
+ | K2-ckpt_360.FP16 | F16 | - | ⏳ Processing | βšͺ Static | -
71
+ | K2-ckpt_360.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
72
+ | K2-ckpt_360.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
73
+ | K2-ckpt_360.Q5_K | Q5_K | - | ⏳ Processing | βšͺ Static | -
74
+ | K2-ckpt_360.Q5_K_S | Q5_K_S | - | ⏳ Processing | βšͺ Static | -
75
+ | K2-ckpt_360.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
76
+ | K2-ckpt_360.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟒 IMatrix | -
77
+ | K2-ckpt_360.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟒 IMatrix | -
78
+ | K2-ckpt_360.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟒 IMatrix | -
79
+ | K2-ckpt_360.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
80
+ | K2-ckpt_360.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟒 IMatrix | -
81
+ | K2-ckpt_360.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟒 IMatrix | -
82
+ | K2-ckpt_360.IQ3_M | IQ3_M | - | ⏳ Processing | 🟒 IMatrix | -
83
+ | K2-ckpt_360.IQ3_S | IQ3_S | - | ⏳ Processing | 🟒 IMatrix | -
84
+ | K2-ckpt_360.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟒 IMatrix | -
85
+ | K2-ckpt_360.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟒 IMatrix | -
86
+ | K2-ckpt_360.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
87
+ | K2-ckpt_360.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟒 IMatrix | -
88
+ | K2-ckpt_360.IQ2_M | IQ2_M | - | ⏳ Processing | 🟒 IMatrix | -
89
+ | K2-ckpt_360.IQ2_S | IQ2_S | - | ⏳ Processing | 🟒 IMatrix | -
90
+ | K2-ckpt_360.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟒 IMatrix | -
91
+ | K2-ckpt_360.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟒 IMatrix | -
92
+ | K2-ckpt_360.IQ1_M | IQ1_M | - | ⏳ Processing | 🟒 IMatrix | -
93
+ | K2-ckpt_360.IQ1_S | IQ1_S | - | ⏳ Processing | 🟒 IMatrix | -
94
+
95
+
96
+ ## Downloading using huggingface-cli
97
+ If you do not have hugginface-cli installed:
98
+ ```
99
+ pip install -U "huggingface_hub[cli]"
100
+ ```
101
+ Download the specific file you want:
102
+ ```
103
+ huggingface-cli download legraphista/K2-ckpt_360-IMat-GGUF --include "K2-ckpt_360.Q8_0.gguf" --local-dir ./
104
+ ```
105
+ If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
106
+ ```
107
+ huggingface-cli download legraphista/K2-ckpt_360-IMat-GGUF --include "K2-ckpt_360.Q8_0/*" --local-dir ./
108
+ # see FAQ for merging GGUF's
109
+ ```
110
+
111
+ ---
112
+
113
+ ## Inference
114
+
115
+ ### Llama.cpp
116
+ ```
117
+ llama.cpp/main -m K2-ckpt_360.Q8_0.gguf --color -i -p "prompt here"
118
+ ```
119
+
120
+ ---
121
+
122
+ ## FAQ
123
+
124
+ ### Why is the IMatrix not applied everywhere?
125
+ According to [this investigation](https://www.reddit.com/r/LocalLLaMA/comments/1993iro/ggufs_quants_can_punch_above_their_weights_now/), it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).
126
+
127
+ ### How do I merge a split GGUF?
128
+ 1. Make sure you have `gguf-split` available
129
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
130
+ - Download the appropriate zip for your system from the latest release
131
+ - Unzip the archive and you should be able to find `gguf-split`
132
+ 2. Locate your GGUF chunks folder (ex: `K2-ckpt_360.Q8_0`)
133
+ 3. Run `gguf-split --merge K2-ckpt_360.Q8_0/K2-ckpt_360.Q8_0-00001-of-XXXXX.gguf K2-ckpt_360.Q8_0.gguf`
134
+ - Make sure to point `gguf-split` to the first chunk of the split.
135
+
136
+ ---
137
+
138
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!