legraphista commited on
Commit
efe0e1a
β€’
1 Parent(s): 8a60019

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +147 -0
README.md ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: internlm/internlm2-math-plus-mixtral8x22b
3
+ inference: false
4
+ language:
5
+ - en
6
+ - zh
7
+ library_name: gguf
8
+ license: other
9
+ pipeline_tag: text-generation
10
+ quantized_by: legraphista
11
+ tags:
12
+ - math
13
+ - quantized
14
+ - GGUF
15
+ - imatrix
16
+ - quantization
17
+ - imat
18
+ - imatrix
19
+ - static
20
+ ---
21
+
22
+ # internlm2-math-plus-mixtral8x22b-IMat-GGUF
23
+ _Llama.cpp imatrix quantization of internlm/internlm2-math-plus-mixtral8x22b_
24
+
25
+ Original Model: [internlm/internlm2-math-plus-mixtral8x22b](https://huggingface.co/internlm/internlm2-math-plus-mixtral8x22b)
26
+ Original dtype: `BF16` (`bfloat16`)
27
+ Quantized by: llama.cpp [b3008](https://github.com/ggerganov/llama.cpp/releases/tag/b3008)
28
+ IMatrix dataset: [here](https://gist.githubusercontent.com/legraphista/d6d93f1a254bcfc58e0af3777eaec41e/raw/d380e7002cea4a51c33fffd47db851942754e7cc/imatrix.calibration.medium.raw)
29
+
30
+ - [internlm2-math-plus-mixtral8x22b-IMat-GGUF](#internlm2-math-plus-mixtral8x22b-imat-gguf)
31
+ - [Files](#files)
32
+ - [IMatrix](#imatrix)
33
+ - [Common Quants](#common-quants)
34
+ - [All Quants](#all-quants)
35
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
36
+ - [Inference](#inference)
37
+ - [Simple chat template](#simple-chat-template)
38
+ - [Chat template with system prompt](#chat-template-with-system-prompt)
39
+ - [Llama.cpp](#llama-cpp)
40
+ - [FAQ](#faq)
41
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
42
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
43
+
44
+ ---
45
+
46
+ ## Files
47
+
48
+ ### IMatrix
49
+ Status: ⏳ Processing
50
+ Link: [here](https://huggingface.co/legraphista/internlm2-math-plus-mixtral8x22b-IMat-GGUF/blob/main/imatrix.dat)
51
+
52
+ ### Common Quants
53
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
54
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
55
+ | internlm2-math-plus-mixtral8x22b.Q8_0 | Q8_0 | - | ⏳ Processing | βšͺ Static | -
56
+ | internlm2-math-plus-mixtral8x22b.Q6_K | Q6_K | - | ⏳ Processing | βšͺ Static | -
57
+ | internlm2-math-plus-mixtral8x22b.Q4_K | Q4_K | - | ⏳ Processing | 🟒 IMatrix | -
58
+ | internlm2-math-plus-mixtral8x22b.Q3_K | Q3_K | - | ⏳ Processing | 🟒 IMatrix | -
59
+ | internlm2-math-plus-mixtral8x22b.Q2_K | Q2_K | - | ⏳ Processing | 🟒 IMatrix | -
60
+
61
+
62
+ ### All Quants
63
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
64
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
65
+ | internlm2-math-plus-mixtral8x22b.BF16 | BF16 | - | ⏳ Processing | βšͺ Static | -
66
+ | internlm2-math-plus-mixtral8x22b.FP16 | F16 | - | ⏳ Processing | βšͺ Static | -
67
+ | internlm2-math-plus-mixtral8x22b.Q5_K | Q5_K | - | ⏳ Processing | βšͺ Static | -
68
+ | internlm2-math-plus-mixtral8x22b.Q5_K_S | Q5_K_S | - | ⏳ Processing | βšͺ Static | -
69
+ | internlm2-math-plus-mixtral8x22b.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟒 IMatrix | -
70
+ | internlm2-math-plus-mixtral8x22b.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟒 IMatrix | -
71
+ | internlm2-math-plus-mixtral8x22b.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟒 IMatrix | -
72
+ | internlm2-math-plus-mixtral8x22b.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟒 IMatrix | -
73
+ | internlm2-math-plus-mixtral8x22b.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟒 IMatrix | -
74
+ | internlm2-math-plus-mixtral8x22b.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟒 IMatrix | -
75
+ | internlm2-math-plus-mixtral8x22b.IQ3_M | IQ3_M | - | ⏳ Processing | 🟒 IMatrix | -
76
+ | internlm2-math-plus-mixtral8x22b.IQ3_S | IQ3_S | - | ⏳ Processing | 🟒 IMatrix | -
77
+ | internlm2-math-plus-mixtral8x22b.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟒 IMatrix | -
78
+ | internlm2-math-plus-mixtral8x22b.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟒 IMatrix | -
79
+ | internlm2-math-plus-mixtral8x22b.IQ2_M | IQ2_M | - | ⏳ Processing | 🟒 IMatrix | -
80
+ | internlm2-math-plus-mixtral8x22b.IQ2_S | IQ2_S | - | ⏳ Processing | 🟒 IMatrix | -
81
+ | internlm2-math-plus-mixtral8x22b.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟒 IMatrix | -
82
+ | internlm2-math-plus-mixtral8x22b.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟒 IMatrix | -
83
+ | internlm2-math-plus-mixtral8x22b.IQ1_M | IQ1_M | - | ⏳ Processing | 🟒 IMatrix | -
84
+ | internlm2-math-plus-mixtral8x22b.IQ1_S | IQ1_S | - | ⏳ Processing | 🟒 IMatrix | -
85
+
86
+
87
+ ## Downloading using huggingface-cli
88
+ If you do not have hugginface-cli installed:
89
+ ```
90
+ pip install -U "huggingface_hub[cli]"
91
+ ```
92
+ Download the specific file you want:
93
+ ```
94
+ huggingface-cli download legraphista/internlm2-math-plus-mixtral8x22b-IMat-GGUF --include "internlm2-math-plus-mixtral8x22b.Q8_0.gguf" --local-dir ./
95
+ ```
96
+ If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
97
+ ```
98
+ huggingface-cli download legraphista/internlm2-math-plus-mixtral8x22b-IMat-GGUF --include "internlm2-math-plus-mixtral8x22b.Q8_0/*" --local-dir internlm2-math-plus-mixtral8x22b.Q8_0
99
+ # see FAQ for merging GGUF's
100
+ ```
101
+
102
+ ---
103
+
104
+ ## Inference
105
+
106
+ ### Simple chat template
107
+ ```
108
+ <s>[INST] Can you provide ways to eat combinations of bananas and dragonfruits? [/INST] Sure! Here are some ways to eat bananas and dragonfruits together:
109
+ 1. Banana and dragonfruit smoothie: Blend bananas and dragonfruits together with some milk and honey.
110
+ 2. Banana and dragonfruit salad: Mix sliced bananas and dragonfruits together with some lemon juice and honey. </s><s>[INST] What about solving an 2x + 3 = 7 equation? [/INST]
111
+ ```
112
+
113
+ ### Chat template with system prompt
114
+ ```
115
+ <s>[INST] <<SYS>>
116
+ You are a helpful AI.
117
+ <</SYS>>
118
+
119
+ Can you provide ways to eat combinations of bananas and dragonfruits? [/INST] Sure! Here are some ways to eat bananas and dragonfruits together:
120
+ 1. Banana and dragonfruit smoothie: Blend bananas and dragonfruits together with some milk and honey.
121
+ 2. Banana and dragonfruit salad: Mix sliced bananas and dragonfruits together with some lemon juice and honey. </s><s>[INST] What about solving an 2x + 3 = 7 equation? [/INST]
122
+ ```
123
+
124
+ ### Llama.cpp
125
+ ```
126
+ llama.cpp/main -m internlm2-math-plus-mixtral8x22b.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
127
+ ```
128
+
129
+ ---
130
+
131
+ ## FAQ
132
+
133
+ ### Why is the IMatrix not applied everywhere?
134
+ 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).
135
+
136
+ ### How do I merge a split GGUF?
137
+ 1. Make sure you have `gguf-split` available
138
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
139
+ - Download the appropriate zip for your system from the latest release
140
+ - Unzip the archive and you should be able to find `gguf-split`
141
+ 2. Locate your GGUF chunks folder (ex: `internlm2-math-plus-mixtral8x22b.Q8_0`)
142
+ 3. Run `gguf-split --merge internlm2-math-plus-mixtral8x22b.Q8_0/internlm2-math-plus-mixtral8x22b.Q8_0-00001-of-XXXXX.gguf internlm2-math-plus-mixtral8x22b.Q8_0.gguf`
143
+ - Make sure to point `gguf-split` to the first chunk of the split.
144
+
145
+ ---
146
+
147
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!