legraphista commited on
Commit
665f5b3
β€’
1 Parent(s): 9f859d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +162 -0
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: OpenLLM-Ro/RoGemma-7b-Instruct
3
+ inference: false
4
+ language:
5
+ - ro
6
+ library_name: gguf
7
+ license: cc-by-nc-4.0
8
+ pipeline_tag: text-generation
9
+ quantized_by: legraphista
10
+ tags:
11
+ - quantized
12
+ - GGUF
13
+ - quantization
14
+ - imat
15
+ - imatrix
16
+ - static
17
+ - 16bit
18
+ - 8bit
19
+ - 6bit
20
+ - 5bit
21
+ - 4bit
22
+ - 3bit
23
+ - 2bit
24
+ - 1bit
25
+ ---
26
+
27
+ # RoGemma-7b-Instruct-IMat-GGUF
28
+ _Llama.cpp imatrix quantization of OpenLLM-Ro/RoGemma-7b-Instruct_
29
+
30
+ Original Model: [OpenLLM-Ro/RoGemma-7b-Instruct](https://huggingface.co/OpenLLM-Ro/RoGemma-7b-Instruct)
31
+ Original dtype: `BF16` (`bfloat16`)
32
+ Quantized by: llama.cpp [b3246](https://github.com/ggerganov/llama.cpp/releases/tag/b3246)
33
+ IMatrix dataset: [here](https://gist.githubusercontent.com/bartowski1182/eb213dccb3571f863da82e99418f81e8/raw/b2869d80f5c16fd7082594248e80144677736635/calibration_datav3.txt)
34
+
35
+ - [Files](#files)
36
+ - [IMatrix](#imatrix)
37
+ - [Common Quants](#common-quants)
38
+ - [All Quants](#all-quants)
39
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
40
+ - [Inference](#inference)
41
+ - [Simple chat template](#simple-chat-template)
42
+ - [Chat template with system prompt](#chat-template-with-system-prompt)
43
+ - [Llama.cpp](#llama-cpp)
44
+ - [FAQ](#faq)
45
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
46
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
47
+
48
+ ---
49
+
50
+ ## Files
51
+
52
+ ### IMatrix
53
+ Status: ⏳ Processing
54
+ Link: [here](https://huggingface.co/legraphista/RoGemma-7b-Instruct-IMat-GGUF/blob/main/imatrix.dat)
55
+
56
+ ### Common Quants
57
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
58
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
59
+ | RoGemma-7b-Instruct.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
60
+ | RoGemma-7b-Instruct.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
61
+ | RoGemma-7b-Instruct.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
62
+ | RoGemma-7b-Instruct.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
63
+ | RoGemma-7b-Instruct.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
64
+
65
+
66
+ ### All Quants
67
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
68
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
69
+ | RoGemma-7b-Instruct.BF16 | BF16 | - | ⏳ Processing | βšͺ Static | -
70
+ | RoGemma-7b-Instruct.FP16 | F16 | - | ⏳ Processing | βšͺ Static | -
71
+ | RoGemma-7b-Instruct.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
72
+ | RoGemma-7b-Instruct.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
73
+ | RoGemma-7b-Instruct.Q5_K | Q5_K | - | ⏳ Processing | βšͺ Static | -
74
+ | RoGemma-7b-Instruct.Q5_K_S | Q5_K_S | - | ⏳ Processing | βšͺ Static | -
75
+ | RoGemma-7b-Instruct.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
76
+ | RoGemma-7b-Instruct.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟒 IMatrix | -
77
+ | RoGemma-7b-Instruct.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟒 IMatrix | -
78
+ | RoGemma-7b-Instruct.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟒 IMatrix | -
79
+ | RoGemma-7b-Instruct.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
80
+ | RoGemma-7b-Instruct.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟒 IMatrix | -
81
+ | RoGemma-7b-Instruct.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟒 IMatrix | -
82
+ | RoGemma-7b-Instruct.IQ3_M | IQ3_M | - | ⏳ Processing | 🟒 IMatrix | -
83
+ | RoGemma-7b-Instruct.IQ3_S | IQ3_S | - | ⏳ Processing | 🟒 IMatrix | -
84
+ | RoGemma-7b-Instruct.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟒 IMatrix | -
85
+ | RoGemma-7b-Instruct.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟒 IMatrix | -
86
+ | RoGemma-7b-Instruct.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
87
+ | RoGemma-7b-Instruct.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟒 IMatrix | -
88
+ | RoGemma-7b-Instruct.IQ2_M | IQ2_M | - | ⏳ Processing | 🟒 IMatrix | -
89
+ | RoGemma-7b-Instruct.IQ2_S | IQ2_S | - | ⏳ Processing | 🟒 IMatrix | -
90
+ | RoGemma-7b-Instruct.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟒 IMatrix | -
91
+ | RoGemma-7b-Instruct.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟒 IMatrix | -
92
+ | RoGemma-7b-Instruct.IQ1_M | IQ1_M | - | ⏳ Processing | 🟒 IMatrix | -
93
+ | RoGemma-7b-Instruct.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/RoGemma-7b-Instruct-IMat-GGUF --include "RoGemma-7b-Instruct.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/RoGemma-7b-Instruct-IMat-GGUF --include "RoGemma-7b-Instruct.Q8_0/*" --local-dir ./
108
+ # see FAQ for merging GGUF's
109
+ ```
110
+
111
+ ---
112
+
113
+ ## Inference
114
+
115
+ ### Simple chat template
116
+ ```
117
+ <bos><start_of_turn>user
118
+ {user_prompt}<end_of_turn>
119
+ <start_of_turn>model
120
+ {assistant_response}<end_of_turn>
121
+ <start_of_turn>user
122
+ {next_user_prompt}<end_of_turn>
123
+ <start_of_turn>model
124
+
125
+ ```
126
+
127
+ ### Chat template with system prompt
128
+ ```
129
+ <bos>{system_prompt}<start_of_turn>user
130
+ {user_prompt}<end_of_turn>
131
+ <start_of_turn>model
132
+ {assistant_response}<end_of_turn>
133
+ <start_of_turn>user
134
+ {next_user_prompt}<end_of_turn>
135
+ <start_of_turn>model
136
+
137
+ ```
138
+
139
+ ### Llama.cpp
140
+ ```
141
+ llama.cpp/main -m RoGemma-7b-Instruct.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
142
+ ```
143
+
144
+ ---
145
+
146
+ ## FAQ
147
+
148
+ ### Why is the IMatrix not applied everywhere?
149
+ 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).
150
+
151
+ ### How do I merge a split GGUF?
152
+ 1. Make sure you have `gguf-split` available
153
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
154
+ - Download the appropriate zip for your system from the latest release
155
+ - Unzip the archive and you should be able to find `gguf-split`
156
+ 2. Locate your GGUF chunks folder (ex: `RoGemma-7b-Instruct.Q8_0`)
157
+ 3. Run `gguf-split --merge RoGemma-7b-Instruct.Q8_0/RoGemma-7b-Instruct.Q8_0-00001-of-XXXXX.gguf RoGemma-7b-Instruct.Q8_0.gguf`
158
+ - Make sure to point `gguf-split` to the first chunk of the split.
159
+
160
+ ---
161
+
162
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!