legraphista
commited on
Commit
•
4ec1cba
1
Parent(s):
e12850e
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: AI-MO/NuminaMath-7B-TIR
|
3 |
+
inference: false
|
4 |
+
library_name: gguf
|
5 |
+
license: apache-2.0
|
6 |
+
model-index:
|
7 |
+
- name: NuminaMath-7B-TIR
|
8 |
+
results: []
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
quantized_by: legraphista
|
11 |
+
tags:
|
12 |
+
- alignment-handbook
|
13 |
+
- generated_from_trainer
|
14 |
+
- quantized
|
15 |
+
- GGUF
|
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 |
+
# NuminaMath-7B-TIR-IMat-GGUF
|
31 |
+
_Llama.cpp imatrix quantization of AI-MO/NuminaMath-7B-TIR_
|
32 |
+
|
33 |
+
Original Model: [AI-MO/NuminaMath-7B-TIR](https://huggingface.co/AI-MO/NuminaMath-7B-TIR)
|
34 |
+
Original dtype: `BF16` (`bfloat16`)
|
35 |
+
Quantized by: llama.cpp [b3371](https://github.com/ggerganov/llama.cpp/releases/tag/b3371)
|
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 |
+
- [Simple chat template](#simple-chat-template)
|
45 |
+
- [Llama.cpp](#llama-cpp)
|
46 |
+
- [FAQ](#faq)
|
47 |
+
- [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
|
48 |
+
- [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
|
49 |
+
|
50 |
+
---
|
51 |
+
|
52 |
+
## Files
|
53 |
+
|
54 |
+
### IMatrix
|
55 |
+
Status: ⏳ Processing
|
56 |
+
Link: [here](https://huggingface.co/legraphista/NuminaMath-7B-TIR-IMat-GGUF/blob/main/imatrix.dat)
|
57 |
+
|
58 |
+
### Common Quants
|
59 |
+
| Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
|
60 |
+
| -------- | ---------- | --------- | ------ | ------------ | -------- |
|
61 |
+
| NuminaMath-7B-TIR.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
|
62 |
+
| NuminaMath-7B-TIR.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
|
63 |
+
| NuminaMath-7B-TIR.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
|
64 |
+
| NuminaMath-7B-TIR.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
|
65 |
+
| NuminaMath-7B-TIR.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
|
66 |
+
|
67 |
+
|
68 |
+
### All Quants
|
69 |
+
| Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
|
70 |
+
| -------- | ---------- | --------- | ------ | ------------ | -------- |
|
71 |
+
| NuminaMath-7B-TIR.BF16 | BF16 | - | ⏳ Processing | ⚪ Static | -
|
72 |
+
| NuminaMath-7B-TIR.FP16 | F16 | - | ⏳ Processing | ⚪ Static | -
|
73 |
+
| NuminaMath-7B-TIR.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
|
74 |
+
| NuminaMath-7B-TIR.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
|
75 |
+
| NuminaMath-7B-TIR.Q5_K | Q5_K | - | ⏳ Processing | ⚪ Static | -
|
76 |
+
| NuminaMath-7B-TIR.Q5_K_S | Q5_K_S | - | ⏳ Processing | ⚪ Static | -
|
77 |
+
| NuminaMath-7B-TIR.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
|
78 |
+
| NuminaMath-7B-TIR.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟢 IMatrix | -
|
79 |
+
| NuminaMath-7B-TIR.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟢 IMatrix | -
|
80 |
+
| NuminaMath-7B-TIR.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟢 IMatrix | -
|
81 |
+
| NuminaMath-7B-TIR.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
|
82 |
+
| NuminaMath-7B-TIR.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟢 IMatrix | -
|
83 |
+
| NuminaMath-7B-TIR.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟢 IMatrix | -
|
84 |
+
| NuminaMath-7B-TIR.IQ3_M | IQ3_M | - | ⏳ Processing | 🟢 IMatrix | -
|
85 |
+
| NuminaMath-7B-TIR.IQ3_S | IQ3_S | - | ⏳ Processing | 🟢 IMatrix | -
|
86 |
+
| NuminaMath-7B-TIR.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟢 IMatrix | -
|
87 |
+
| NuminaMath-7B-TIR.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟢 IMatrix | -
|
88 |
+
| NuminaMath-7B-TIR.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
|
89 |
+
| NuminaMath-7B-TIR.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟢 IMatrix | -
|
90 |
+
| NuminaMath-7B-TIR.IQ2_M | IQ2_M | - | ⏳ Processing | 🟢 IMatrix | -
|
91 |
+
| NuminaMath-7B-TIR.IQ2_S | IQ2_S | - | ⏳ Processing | 🟢 IMatrix | -
|
92 |
+
| NuminaMath-7B-TIR.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟢 IMatrix | -
|
93 |
+
| NuminaMath-7B-TIR.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟢 IMatrix | -
|
94 |
+
| NuminaMath-7B-TIR.IQ1_M | IQ1_M | - | ⏳ Processing | 🟢 IMatrix | -
|
95 |
+
| NuminaMath-7B-TIR.IQ1_S | IQ1_S | - | ⏳ Processing | 🟢 IMatrix | -
|
96 |
+
|
97 |
+
|
98 |
+
## Downloading using huggingface-cli
|
99 |
+
If you do not have hugginface-cli installed:
|
100 |
+
```
|
101 |
+
pip install -U "huggingface_hub[cli]"
|
102 |
+
```
|
103 |
+
Download the specific file you want:
|
104 |
+
```
|
105 |
+
huggingface-cli download legraphista/NuminaMath-7B-TIR-IMat-GGUF --include "NuminaMath-7B-TIR.Q8_0.gguf" --local-dir ./
|
106 |
+
```
|
107 |
+
If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
|
108 |
+
```
|
109 |
+
huggingface-cli download legraphista/NuminaMath-7B-TIR-IMat-GGUF --include "NuminaMath-7B-TIR.Q8_0/*" --local-dir ./
|
110 |
+
# see FAQ for merging GGUF's
|
111 |
+
```
|
112 |
+
|
113 |
+
---
|
114 |
+
|
115 |
+
## Inference
|
116 |
+
|
117 |
+
### Simple chat template
|
118 |
+
```
|
119 |
+
### Problem: {user_prompt}
|
120 |
+
### Solution: {assistant_response}
|
121 |
+
### Problem: {next_user_prompt}
|
122 |
+
|
123 |
+
```
|
124 |
+
|
125 |
+
### Llama.cpp
|
126 |
+
```
|
127 |
+
llama.cpp/main -m NuminaMath-7B-TIR.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
|
128 |
+
```
|
129 |
+
|
130 |
+
---
|
131 |
+
|
132 |
+
## FAQ
|
133 |
+
|
134 |
+
### Why is the IMatrix not applied everywhere?
|
135 |
+
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).
|
136 |
+
|
137 |
+
### How do I merge a split GGUF?
|
138 |
+
1. Make sure you have `gguf-split` available
|
139 |
+
- To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
|
140 |
+
- Download the appropriate zip for your system from the latest release
|
141 |
+
- Unzip the archive and you should be able to find `gguf-split`
|
142 |
+
2. Locate your GGUF chunks folder (ex: `NuminaMath-7B-TIR.Q8_0`)
|
143 |
+
3. Run `gguf-split --merge NuminaMath-7B-TIR.Q8_0/NuminaMath-7B-TIR.Q8_0-00001-of-XXXXX.gguf NuminaMath-7B-TIR.Q8_0.gguf`
|
144 |
+
- Make sure to point `gguf-split` to the first chunk of the split.
|
145 |
+
|
146 |
+
---
|
147 |
+
|
148 |
+
Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!
|