TheBloke commited on
Commit
f7cf206
1 Parent(s): abfa148

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +364 -0
README.md ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B
3
+ datasets:
4
+ - TIGER-Lab/MathInstruct
5
+ inference: false
6
+ language:
7
+ - en
8
+ license: mit
9
+ model_creator: TIGER-Lab
10
+ model_name: MAmmoTH Coder 34B
11
+ model_type: llama
12
+ prompt_template: 'Below is an instruction that describes a task. Write a response
13
+ that appropriately completes the request.
14
+
15
+
16
+ ### Instruction:
17
+
18
+ {prompt}
19
+
20
+
21
+ ### Response:
22
+
23
+ '
24
+ quantized_by: TheBloke
25
+ ---
26
+
27
+ <!-- header start -->
28
+ <!-- 200823 -->
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
35
+ </div>
36
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
37
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
38
+ </div>
39
+ </div>
40
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
41
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
42
+ <!-- header end -->
43
+
44
+ # MAmmoTH Coder 34B - GPTQ
45
+ - Model creator: [TIGER-Lab](https://huggingface.co/TIGER-Lab)
46
+ - Original model: [MAmmoTH Coder 34B](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains GPTQ model files for [TIGER-Lab's MAmmoTH Coder 34B](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B).
52
+
53
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
54
+
55
+ <!-- description end -->
56
+ <!-- repositories-available start -->
57
+ ## Repositories available
58
+
59
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-AWQ)
60
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ)
61
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GGUF)
62
+ * [TIGER-Lab's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B)
63
+ <!-- repositories-available end -->
64
+
65
+ <!-- prompt-template start -->
66
+ ## Prompt template: Alpaca
67
+
68
+ ```
69
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
70
+
71
+ ### Instruction:
72
+ {prompt}
73
+
74
+ ### Response:
75
+
76
+ ```
77
+
78
+ <!-- prompt-template end -->
79
+ <!-- licensing start -->
80
+ ## Licensing
81
+
82
+ The creator of the source model has listed its license as `mit`, and this quantization has therefore used that same license.
83
+
84
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
85
+
86
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [TIGER-Lab's MAmmoTH Coder 34B](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B).
87
+ <!-- licensing end -->
88
+ <!-- README_GPTQ.md-provided-files start -->
89
+ ## Provided files and GPTQ parameters
90
+
91
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
92
+
93
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
94
+
95
+ All recent GPTQ files are made with AutoGPTQ, and all files in non-main branches are made with AutoGPTQ. Files in the `main` branch which were uploaded before August 2023 were made with GPTQ-for-LLaMa.
96
+
97
+ <details>
98
+ <summary>Explanation of GPTQ parameters</summary>
99
+
100
+ - Bits: The bit size of the quantised model.
101
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
102
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now.
103
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
104
+ - GPTQ dataset: The dataset used for quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
105
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
106
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama models in 4-bit.
107
+
108
+ </details>
109
+
110
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
111
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
112
+ | [main](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 17.69 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
113
+ | [gptq-4bit-32g-actorder_True](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/gptq-4bit-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 20.28 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
114
+ | [gptq-4bit-128g-actorder_True](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/gptq-4bit-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 18.33 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
115
+ | [gptq-3bit--1g-actorder_True](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/gptq-3bit--1g-actorder_True) | 3 | None | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 13.54 GB | No | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
116
+ | [gptq-3bit-128g-actorder_True](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/gptq-3bit-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 14.14 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
117
+ | [gptq-8bit--1g-actorder_True](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/gptq-8bit--1g-actorder_True) | 8 | None | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 34.30 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
118
+ | [gptq-8bit-128g-actorder_True](https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ/tree/gptq-8bit-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [Evol Instruct Code](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) | 4096 | 35.07 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
119
+
120
+ <!-- README_GPTQ.md-provided-files end -->
121
+
122
+ <!-- README_GPTQ.md-download-from-branches start -->
123
+ ## How to download from branches
124
+
125
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/MAmmoTH-Coder-34B-GPTQ:main`
126
+ - With Git, you can clone a branch with:
127
+ ```
128
+ git clone --single-branch --branch main https://huggingface.co/TheBloke/MAmmoTH-Coder-34B-GPTQ
129
+ ```
130
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
131
+ <!-- README_GPTQ.md-download-from-branches end -->
132
+ <!-- README_GPTQ.md-text-generation-webui start -->
133
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
134
+
135
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
136
+
137
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install.
138
+
139
+ 1. Click the **Model tab**.
140
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/MAmmoTH-Coder-34B-GPTQ`.
141
+ - To download from a specific branch, enter for example `TheBloke/MAmmoTH-Coder-34B-GPTQ:main`
142
+ - see Provided Files above for the list of branches for each option.
143
+ 3. Click **Download**.
144
+ 4. The model will start downloading. Once it's finished it will say "Done".
145
+ 5. In the top left, click the refresh icon next to **Model**.
146
+ 6. In the **Model** dropdown, choose the model you just downloaded: `MAmmoTH-Coder-34B-GPTQ`
147
+ 7. The model will automatically load, and is now ready for use!
148
+ 8. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
149
+ * Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
150
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
151
+ <!-- README_GPTQ.md-text-generation-webui end -->
152
+
153
+ <!-- README_GPTQ.md-use-from-python start -->
154
+ ## How to use this GPTQ model from Python code
155
+
156
+ ### Install the necessary packages
157
+
158
+ Requires: Transformers 4.32.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
159
+
160
+ ```shell
161
+ pip3 install transformers>=4.32.0 optimum>=1.12.0
162
+ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
163
+ ```
164
+
165
+ If you have problems installing AutoGPTQ using the pre-built wheels, install it from source instead:
166
+
167
+ ```shell
168
+ pip3 uninstall -y auto-gptq
169
+ git clone https://github.com/PanQiWei/AutoGPTQ
170
+ cd AutoGPTQ
171
+ pip3 install .
172
+ ```
173
+
174
+ ### For CodeLlama models only: you must use Transformers 4.33.0 or later.
175
+
176
+ If 4.33.0 is not yet released when you read this, you will need to install Transformers from source:
177
+ ```shell
178
+ pip3 uninstall -y transformers
179
+ pip3 install git+https://github.com/huggingface/transformers.git
180
+ ```
181
+
182
+ ### You can then use the following code
183
+
184
+ ```python
185
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
186
+
187
+ model_name_or_path = "TheBloke/MAmmoTH-Coder-34B-GPTQ"
188
+ # To use a different branch, change revision
189
+ # For example: revision="main"
190
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
191
+ device_map="auto",
192
+ trust_remote_code=False,
193
+ revision="main")
194
+
195
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
196
+
197
+ prompt = "Tell me about AI"
198
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
199
+
200
+ ### Instruction:
201
+ {prompt}
202
+
203
+ ### Response:
204
+
205
+ '''
206
+
207
+ print("\n\n*** Generate:")
208
+
209
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
210
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
211
+ print(tokenizer.decode(output[0]))
212
+
213
+ # Inference can also be done using transformers' pipeline
214
+
215
+ print("*** Pipeline:")
216
+ pipe = pipeline(
217
+ "text-generation",
218
+ model=model,
219
+ tokenizer=tokenizer,
220
+ max_new_tokens=512,
221
+ do_sample=True,
222
+ temperature=0.7,
223
+ top_p=0.95,
224
+ top_k=40,
225
+ repetition_penalty=1.1
226
+ )
227
+
228
+ print(pipe(prompt_template)[0]['generated_text'])
229
+ ```
230
+ <!-- README_GPTQ.md-use-from-python end -->
231
+
232
+ <!-- README_GPTQ.md-compatibility start -->
233
+ ## Compatibility
234
+
235
+ The files provided are tested to work with AutoGPTQ, both via Transformers and using AutoGPTQ directly. They should also work with [Occ4m's GPTQ-for-LLaMa fork](https://github.com/0cc4m/KoboldAI).
236
+
237
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
238
+
239
+ [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) is compatible with all GPTQ models.
240
+ <!-- README_GPTQ.md-compatibility end -->
241
+
242
+ <!-- footer start -->
243
+ <!-- 200823 -->
244
+ ## Discord
245
+
246
+ For further support, and discussions on these models and AI in general, join us at:
247
+
248
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
249
+
250
+ ## Thanks, and how to contribute
251
+
252
+ Thanks to the [chirper.ai](https://chirper.ai) team!
253
+
254
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
255
+
256
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
257
+
258
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
259
+
260
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
261
+
262
+ * Patreon: https://patreon.com/TheBlokeAI
263
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
264
+
265
+ **Special thanks to**: Aemon Algiz.
266
+
267
+ **Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
268
+
269
+
270
+ Thank you to all my generous patrons and donaters!
271
+
272
+ And thank you again to a16z for their generous grant.
273
+
274
+ <!-- footer end -->
275
+
276
+ # Original model card: TIGER-Lab's MAmmoTH Coder 34B
277
+
278
+ # 🦣 MAmmoTH: Building Math Generalist Models through Hybrid Instruction Tuning
279
+
280
+ Project Page: [https://tiger-ai-lab.github.io/MAmmoTH/](https://tiger-ai-lab.github.io/MAmmoTH/)
281
+
282
+ Paper: [https://arxiv.org/pdf/2309.05653.pdf](https://arxiv.org/pdf/2309.05653.pdf)
283
+
284
+ Code: [https://github.com/TIGER-AI-Lab/MAmmoTH](https://github.com/TIGER-AI-Lab/MAmmoTH)
285
+
286
+
287
+ ## Introduction
288
+ We introduce 🦣 MAmmoTH, a series of open-source large language models (LLMs) specifically tailored for general math problem-solving. The MAmmoTH models are trained on 🤗 [MathInstruct Dataset](https://huggingface.co/datasets/TIGER-Lab/MathInstruct), a meticulously curated instruction tuning dataset that is lightweight yet generalizable. MathInstruct is compiled from 13 math rationale datasets, six of which are newly curated by this work. It uniquely focuses on the hybrid use of chain-of-thought (CoT) and program-of-thought (PoT) rationales, and ensures extensive coverage of diverse mathematical fields.
289
+
290
+ | | **Base Model: Llama-2** | **Base Model: Code Llama** |
291
+ |-----|---------------------------------------------------------------|--------------------------------------------------------------------------|
292
+ | 7B | 🦣 [MAmmoTH-7B](https://huggingface.co/TIGER-Lab/MAmmoTH-7B) | 🦣 [MAmmoTH-Coder-7B](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-7B) |
293
+ | 13B | 🦣 [MAmmoTH-13B](https://huggingface.co/TIGER-Lab/MAmmoTH-13B) | 🦣 [MAmmoTH-Coder-13B](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-13B)|
294
+ | 34B | - | 🦣 [MAmmoTH-Coder-34B](https://huggingface.co/TIGER-Lab/MAmmoTH-Coder-34B)|
295
+ | 70B | 🦣 [MAmmoTH-70B](https://huggingface.co/TIGER-Lab/MAmmoTH-70B) | - |
296
+ |
297
+
298
+
299
+ ## Training Data
300
+ The models are trained on the 🤗 [MathInstruct Dataset](https://huggingface.co/datasets/TIGER-Lab/MathInstruct), which is compiled from 13 different math rationale datasets. Check out the dataset card for more details.
301
+
302
+
303
+ ## Training Procedure
304
+ The models are fine-tuned with the MathInstruct dataset using the original Llama-2 and Code Llama models as base models. The training procedure varies for different models based on their sizes. Check out our paper for more details.
305
+
306
+ ## Evaluation
307
+ The models are evaluated using open-ended and multiple-choice math problems from several datasets. Here are the results:
308
+
309
+
310
+ | Model | Size | Base | GSM8K | MATH | AQuA | NumGLUE | IID Avg | SVAMP | Mathematics | SimulEq | SAT-Math | MMLU-Math | OOD Avg |
311
+ |-------------------|-------|---------------|-----------|-------|-------|-----------|---------------|-----------|---------------|-----------|-----------|---------------|---------------|
312
+ | | | | | | | | | | | | | | |
313
+ | MAmmoTH | 7B | Llama-2 | 51.7 | 31.2 | 42.9 | 53.1 | 44.7 | 66.7 | 44.8 | 42 | 36.4 | 38.6 | 45.7 |
314
+ | MAmmoTH-Coder | 7B | Code-Llama | 58.8 | 35.2 | 43 | 57.1 | 48.5 | 71.1 | 53.9 | 44.6 | 40 | 40.5 | 50.2 |
315
+ | MAmmoTH | 13B | Llama-2 | 61.7 | 36 | 44.8 | 59.6 | 50.5 | 72.4 | 48.7 | 40.5 | 42.7 | 45.3 | 49.9 |
316
+ | MAmmoTH-Coder | 13B | Code-Llama | 64.3 | 38.6 | 46.1 | 54.2 | 50.8 | 73.2 | 60 | 44.1 | 40.9 | 45.2 | 52.6 |
317
+ | MAmmoTH-Coder | 34B | Code-Llama | 72.3 | 46.8 | 50.8 | 59.6 | 57.3 | 84 | 64.7 | 50.6 | 51.8 | 50.2 | 60.3 |
318
+ | MAmmoTH | 70B | Llama-2 | 76.7 | 44.2 | 61.4 | 64.3 | 61.7 | 81.7 | 55.3 | 45.3 | 58.6 | 52.3 | 58.6 |
319
+
320
+
321
+
322
+ ## Usage
323
+ You can use the models through Huggingface's Transformers library. Use the pipeline function to create a text-generation pipeline with the model of your choice, then feed in a math problem to get the solution.
324
+ Check our Github repo for more advanced use: [https://github.com/TIGER-AI-Lab/MAmmoTH](https://github.com/TIGER-AI-Lab/MAmmoTH)
325
+
326
+ ## Prompt Format
327
+ If you want to do CoT:
328
+ ```
329
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
330
+
331
+ ### Instruction:
332
+ {instruction}
333
+
334
+ ### Response:
335
+ ```
336
+
337
+ If you want to do PoT:
338
+ ```
339
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
340
+
341
+ ### Instruction:
342
+ {instruction} Let's write a program.
343
+
344
+ ### Response:
345
+ ```
346
+
347
+ ## Intended Uses
348
+ These models are trained for research purposes. They are designed to solve general math problems. They can be used in educational software, tutoring systems, or any application where a solution to a math problem is needed. The models can generate both a chain of thought (CoT) rationale and a program of thought (PoT) rationale, providing a comprehensive solution to a given math problem.
349
+
350
+ ## Limitations
351
+ We've tried our best to build math generalist models. However, we acknowledge that the models' performance may vary based on the complexity and specifics of the math problem. Still not all mathematical fields can be covered comprehensively.
352
+
353
+
354
+ ## Citation
355
+ If you use the models, data, or code from this project, please cite the original paper:
356
+
357
+ ```
358
+ @article{yue2023mammoth,
359
+ title={MAmmoTH: Building Math Generalist Models through Hybrid Instruction Tuning},
360
+ author={Xiang Yue, Xingwei Qu, Ge Zhang, Yao Fu, Wenhao Huang, Huan Sun, Yu Su, Wenhu Chen},
361
+ journal={arXiv preprint arXiv:2309.05653},
362
+ year={2023}
363
+ }
364
+ ```