metadata
base_model: AI-MO/NuminaMath-7B-TIR
inference: false
library_name: gguf
license: apache-2.0
model-index:
- name: NuminaMath-7B-TIR
results: []
pipeline_tag: text-generation
quantized_by: legraphista
tags:
- alignment-handbook
- generated_from_trainer
- quantized
- GGUF
- quantization
- imat
- imatrix
- static
- 16bit
- 8bit
- 6bit
- 5bit
- 4bit
- 3bit
- 2bit
- 1bit
NuminaMath-7B-TIR-IMat-GGUF
Llama.cpp imatrix quantization of AI-MO/NuminaMath-7B-TIR
Original Model: AI-MO/NuminaMath-7B-TIR
Original dtype: BF16
(bfloat16
)
Quantized by: llama.cpp b3371
IMatrix dataset: here
Files
IMatrix
Status: β
Available
Link: here
Common Quants
Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
---|---|---|---|---|---|
NuminaMath-7B-TIR.Q8_0.gguf | Q8_0 | 7.35GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q6_K.gguf | Q6_K | 5.67GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q4_K.gguf | Q4_K | 4.22GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q3_K.gguf | Q3_K | 3.46GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q2_K.gguf | Q2_K | 2.72GB | β Available | π’ IMatrix | π¦ No |
All Quants
Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
---|---|---|---|---|---|
NuminaMath-7B-TIR.BF16.gguf | BF16 | 13.83GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.FP16.gguf | F16 | 13.83GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q8_0.gguf | Q8_0 | 7.35GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q6_K.gguf | Q6_K | 5.67GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q5_K.gguf | Q5_K | 4.93GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q5_K_S.gguf | Q5_K_S | 4.81GB | β Available | βͺ Static | π¦ No |
NuminaMath-7B-TIR.Q4_K.gguf | Q4_K | 4.22GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q4_K_S.gguf | Q4_K_S | 4.03GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ4_NL.gguf | IQ4_NL | 4.00GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ4_XS.gguf | IQ4_XS | 3.80GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q3_K.gguf | Q3_K | 3.46GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q3_K_L.gguf | Q3_K_L | 3.75GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q3_K_S.gguf | Q3_K_S | 3.14GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ3_M.gguf | IQ3_M | 3.29GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ3_S.gguf | IQ3_S | 3.14GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ3_XS.gguf | IQ3_XS | 2.99GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ3_XXS.gguf | IQ3_XXS | 2.76GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q2_K.gguf | Q2_K | 2.72GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.Q2_K_S.gguf | Q2_K_S | 2.51GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ2_M.gguf | IQ2_M | 2.54GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ2_S.gguf | IQ2_S | 2.39GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ2_XS.gguf | IQ2_XS | 2.21GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ2_XXS.gguf | IQ2_XXS | 2.04GB | β Available | π’ IMatrix | π¦ No |
NuminaMath-7B-TIR.IQ1_M | IQ1_M | - | β³ Processing | π’ IMatrix | - |
NuminaMath-7B-TIR.IQ1_S | IQ1_S | - | β³ Processing | π’ IMatrix | - |
Downloading using huggingface-cli
If you do not have hugginface-cli installed:
pip install -U "huggingface_hub[cli]"
Download the specific file you want:
huggingface-cli download legraphista/NuminaMath-7B-TIR-IMat-GGUF --include "NuminaMath-7B-TIR.Q8_0.gguf" --local-dir ./
If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
huggingface-cli download legraphista/NuminaMath-7B-TIR-IMat-GGUF --include "NuminaMath-7B-TIR.Q8_0/*" --local-dir ./
# see FAQ for merging GGUF's
Inference
Simple chat template
### Problem: {user_prompt}
### Solution: {assistant_response}
### Problem: {next_user_prompt}
Llama.cpp
llama.cpp/main -m NuminaMath-7B-TIR.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
FAQ
Why is the IMatrix not applied everywhere?
According to this investigation, it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).
How do I merge a split GGUF?
- Make sure you have
gguf-split
available- To get hold of
gguf-split
, navigate to https://github.com/ggerganov/llama.cpp/releases - Download the appropriate zip for your system from the latest release
- Unzip the archive and you should be able to find
gguf-split
- To get hold of
- Locate your GGUF chunks folder (ex:
NuminaMath-7B-TIR.Q8_0
) - Run
gguf-split --merge NuminaMath-7B-TIR.Q8_0/NuminaMath-7B-TIR.Q8_0-00001-of-XXXXX.gguf NuminaMath-7B-TIR.Q8_0.gguf
- Make sure to point
gguf-split
to the first chunk of the split.
- Make sure to point
Got a suggestion? Ping me @legraphista!