Text Generation
GGUF
English
Russian
bartowski commited on
Commit
dcc5f46
1 Parent(s): 74422d4

Update metadata with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +161 -77
README.md CHANGED
@@ -1,123 +1,207 @@
1
  ---
2
- quantized_by: bartowski
 
 
 
 
 
 
 
3
  pipeline_tag: text-generation
 
4
  ---
5
 
6
- ## Llamacpp imatrix Quantizations of Vikhr-Nemo-12B-Instruct-R-21-09-24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/b3787">b3787</a> for quantization.
9
 
10
- Original model: https://huggingface.co/Vikhrmodels/Vikhr-Nemo-12B-Instruct-R-21-09-24
11
 
12
- All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
13
 
14
- Run them in [LM Studio](https://lmstudio.ai/)
15
 
16
- ## Prompt format
17
 
18
- ```
19
- <s><|start_header_id|>system<|end_header_id|>
20
 
21
- {system_prompt}</s><|start_header_id|>user<|end_header_id|>
22
 
23
- {prompt}</s><|start_header_id|>assistant<|end_header_id|>
24
- ```
25
 
26
- ## Download a file (not the whole branch) from below:
27
 
28
- | Filename | Quant type | File Size | Split | Description |
29
- | -------- | ---------- | --------- | ----- | ----------- |
30
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-f16.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-f16.gguf) | f16 | 24.50GB | false | Full F16 weights. |
31
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q8_0.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q8_0.gguf) | Q8_0 | 13.02GB | false | Extremely high quality, generally unneeded but max available quant. |
32
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q6_K_L.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q6_K_L.gguf) | Q6_K_L | 10.38GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
33
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q6_K.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q6_K.gguf) | Q6_K | 10.06GB | false | Very high quality, near perfect, *recommended*. |
34
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q5_K_L.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q5_K_L.gguf) | Q5_K_L | 9.14GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
35
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q5_K_M.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q5_K_M.gguf) | Q5_K_M | 8.73GB | false | High quality, *recommended*. |
36
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q5_K_S.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q5_K_S.gguf) | Q5_K_S | 8.52GB | false | High quality, *recommended*. |
37
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_L.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_L.gguf) | Q4_K_L | 7.98GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
38
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_M.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_M.gguf) | Q4_K_M | 7.48GB | false | Good quality, default size for must use cases, *recommended*. |
39
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_XL.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_XL.gguf) | Q3_K_XL | 7.15GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
40
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_S.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_S.gguf) | Q4_K_S | 7.12GB | false | Slightly lower quality with more space savings, *recommended*. |
41
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0.gguf) | Q4_0 | 7.09GB | false | Legacy format, generally not worth using over similarly sized formats |
42
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0_8_8.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0_8_8.gguf) | Q4_0_8_8 | 7.07GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
43
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0_4_8.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0_4_8.gguf) | Q4_0_4_8 | 7.07GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
44
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0_4_4.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_0_4_4.gguf) | Q4_0_4_4 | 7.07GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
45
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ4_XS.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ4_XS.gguf) | IQ4_XS | 6.74GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
46
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_L.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_L.gguf) | Q3_K_L | 6.56GB | false | Lower quality but usable, good for low RAM availability. |
47
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_M.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_M.gguf) | Q3_K_M | 6.08GB | false | Low quality. |
48
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ3_M.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ3_M.gguf) | IQ3_M | 5.72GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
49
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_S.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q3_K_S.gguf) | Q3_K_S | 5.53GB | false | Low quality, not recommended. |
50
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q2_K_L.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q2_K_L.gguf) | Q2_K_L | 5.45GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
51
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ3_XS.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ3_XS.gguf) | IQ3_XS | 5.31GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
52
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-Q2_K.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-Q2_K.gguf) | Q2_K | 4.79GB | false | Very low quality but surprisingly usable. |
53
- | [Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ2_M.gguf](https://huggingface.co/bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF/blob/main/Vikhr-Nemo-12B-Instruct-R-21-09-24-IQ2_M.gguf) | IQ2_M | 4.44GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
54
 
55
- ## Embed/output weights
56
 
57
- Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
58
 
59
- Some say that this improves the quality, others don't notice any difference. If you use these models PLEASE COMMENT with your findings. I would like feedback that these are actually used and useful so I don't keep uploading quants no one is using.
60
 
61
- Thanks!
62
 
63
- ## Downloading using huggingface-cli
64
 
65
- First, make sure you have hugginface-cli installed:
66
 
67
- ```
68
- pip install -U "huggingface_hub[cli]"
69
- ```
70
 
71
- Then, you can target the specific file you want:
 
 
 
 
72
 
73
- ```
74
- huggingface-cli download bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF --include "Vikhr-Nemo-12B-Instruct-R-21-09-24-Q4_K_M.gguf" --local-dir ./
75
- ```
76
 
77
- If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
78
 
79
- ```
80
- huggingface-cli download bartowski/Vikhr-Nemo-12B-Instruct-R-21-09-24-GGUF --include "Vikhr-Nemo-12B-Instruct-R-21-09-24-Q8_0/*" --local-dir ./
81
- ```
82
 
83
- You can either specify a new local-dir (Vikhr-Nemo-12B-Instruct-R-21-09-24-Q8_0) or download them all in place (./)
84
 
85
- ## Q4_0_X_X
86
 
87
- These are *NOT* for Metal (Apple) offloading, only ARM chips.
88
 
89
- 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)
90
 
91
- 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!).
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)
96
 
97
- The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
98
 
99
- If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
100
 
101
- If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
102
 
103
- Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
104
 
105
- If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
106
 
107
- If you want to get more into the weeds, you can check out this extremely useful feature chart:
108
 
109
- [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
110
 
111
- But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
112
 
113
- These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
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
- ## Credits
118
 
119
- Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset
120
 
121
- Thank you ZeroWw for the inspiration to experiment with embed/output
122
 
123
- Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
 
1
  ---
2
+ base_model: Vikhrmodels/Vikhr-Nemo-12B-Instruct-R-21-09-24
3
+ datasets:
4
+ - Vikhrmodels/GrandMaster-PRO-MAX
5
+ - Vikhrmodels/Grounded-RAG-RU-v2
6
+ language:
7
+ - en
8
+ - ru
9
+ license: apache-2.0
10
  pipeline_tag: text-generation
11
+ quantized_by: bartowski
12
  ---
13
 
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
 
123
+ #### Factors
124
 
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
 
127
+ [More Information Needed]
128
 
129
+ #### Metrics
130
 
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
 
133
+ [More Information Needed]
 
134
 
135
+ ### Results
136
 
137
+ [More Information Needed]
 
138
 
139
+ #### Summary
140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
 
142
 
143
+ ## Model Examination [optional]
144
 
145
+ <!-- Relevant interpretability work for the model goes here -->
146
 
147
+ [More Information Needed]
148
 
149
+ ## Environmental Impact
150
 
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
 
153
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
 
 
154
 
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
 
161
+ ## Technical Specifications [optional]
 
 
162
 
163
+ ### Model Architecture and Objective
164
 
165
+ [More Information Needed]
 
 
166
 
167
+ ### Compute Infrastructure
168
 
169
+ [More Information Needed]
170
 
171
+ #### Hardware
172
 
173
+ [More Information Needed]
174
 
175
+ #### Software
176
 
177
+ [More Information Needed]
178
 
179
+ ## Citation [optional]
180
 
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
 
183
+ **BibTeX:**
184
 
185
+ [More Information Needed]
186
 
187
+ **APA:**
188
 
189
+ [More Information Needed]
190
 
191
+ ## Glossary [optional]
192
 
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
 
195
+ [More Information Needed]
196
 
197
+ ## More Information [optional]
198
 
199
+ [More Information Needed]
200
 
201
+ ## Model Card Authors [optional]
202
 
203
+ [More Information Needed]
204
 
205
+ ## Model Card Contact
206
 
207
+ [More Information Needed]