meta-math/MetaMath-70B-V1.0

Model

see our paper in https://arxiv.org/abs/2309.12284

17

6 commits

1 linked in READMEs

updated Dec 21, 2023

See the code

README

see our paper in https://arxiv.org/abs/2309.12284

View the project page: https://meta-math.github.io/

Note

All MetaMathQA data are augmented from the training sets of GSM8K and MATH. None of the augmented data is from the testing set.

You can check the original_question in meta-math/MetaMathQA, each item is from the GSM8K or MATH train set.

Model Details

MetaMath-Llemma-7B is fully fine-tuned on the MetaMathQA datasets and based on the powerful Llemma-7B model. It is glad to see using MetaMathQA datasets and change the base model from llama-2-7B to Llemma-7B can boost the MATH performance from 19.8 to 30.0.

Installation

pip install transformers==4.35.0
pip install torch==2.0.1
pip install sentencepiece==0.1.99
pip install tokenizers==0.13.3
pip install accelerate==0.21.0
pip install bitsandbytes==0.40.0
pip install vllm
pip install fraction
pip install protobuf

Model Usage

prompting template:

'''

"Below is an instruction that describes a task. " "Write a response that appropriately completes the request.\n\n" "### Instruction:\n{instruction}\n\n### Response: Let's think step by step."

'''

where you need to use your query question to replace the {instruction}

Experiments

ModelGSM8k Pass@1MATH Pass@1
MPT-7B6.83.0
Falcon-7B6.82.3
LLaMA-1-7B11.02.9
LLaMA-2-7B14.62.5
MPT-30B15.23.1
LLaMA-1-13B17.83.9
GPT-Neo-2.7B19.5--
Falcon-40B19.62.5
Baichuan-chat-13B23.9--
Vicuna-v1.3-13B27.6--
LLaMA-2-13B28.73.9
InternLM-7B31.2--
ChatGLM-2-6B32.4--
GPT-J-6B34.9--
LLaMA-1-33B35.63.9
LLaMA-2-34B42.26.24
RFT-7B50.3--
LLaMA-1-65B50.910.6
Qwen-7B51.6--
WizardMath-7B54.910.7
LLaMA-2-70B56.813.5
WizardMath-13B63.914.0
MAmmoTH-7B (COT)50.510.4
MAmmoTH-7B (POT+COT)53.631.5
Arithmo-Mistral-7B74.725.3
MetaMath-7B66.519.8
MetaMath-13B72.322.4
🔥 MetaMath-Llemma-7B69.230.0
🔥 MetaMath-Mistral-7B77.728.2

Citation

@article{yu2023metamath,
  title={MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models},
  author={Yu, Longhui and Jiang, Weisen and Shi, Han and Yu, Jincheng and Liu, Zhengying and Zhang, Yu and Kwok, James T and Li, Zhenguo and Weller, Adrian and Liu, Weiyang},
  journal={arXiv preprint arXiv:2309.12284},
  year={2023}
}
endpoints_compatible
llama
pytorch
text-generation
text-generation-inference
transformers

Contributors

Longhui98

5 commits

Longhui

1 commits

meta-math/MetaMath-70B-V1.0

Model

see our paper in https://arxiv.org/abs/2309.12284

17

6 commits

1 linked in READMEs

updated Dec 21, 2023

See the code

README

see our paper in https://arxiv.org/abs/2309.12284

View the project page: https://meta-math.github.io/

Note

All MetaMathQA data are augmented from the training sets of GSM8K and MATH. None of the augmented data is from the testing set.

You can check the original_question in meta-math/MetaMathQA, each item is from the GSM8K or MATH train set.

Model Details

MetaMath-Llemma-7B is fully fine-tuned on the MetaMathQA datasets and based on the powerful Llemma-7B model. It is glad to see using MetaMathQA datasets and change the base model from llama-2-7B to Llemma-7B can boost the MATH performance from 19.8 to 30.0.

Installation

pip install transformers==4.35.0
pip install torch==2.0.1
pip install sentencepiece==0.1.99
pip install tokenizers==0.13.3
pip install accelerate==0.21.0
pip install bitsandbytes==0.40.0
pip install vllm
pip install fraction
pip install protobuf

Model Usage

prompting template:

'''

"Below is an instruction that describes a task. " "Write a response that appropriately completes the request.\n\n" "### Instruction:\n{instruction}\n\n### Response: Let's think step by step."

'''

where you need to use your query question to replace the {instruction}

Experiments

ModelGSM8k Pass@1MATH Pass@1
MPT-7B6.83.0
Falcon-7B6.82.3
LLaMA-1-7B11.02.9
LLaMA-2-7B14.62.5
MPT-30B15.23.1
LLaMA-1-13B17.83.9
GPT-Neo-2.7B19.5--
Falcon-40B19.62.5
Baichuan-chat-13B23.9--
Vicuna-v1.3-13B27.6--
LLaMA-2-13B28.73.9
InternLM-7B31.2--
ChatGLM-2-6B32.4--
GPT-J-6B34.9--
LLaMA-1-33B35.63.9
LLaMA-2-34B42.26.24
RFT-7B50.3--
LLaMA-1-65B50.910.6
Qwen-7B51.6--
WizardMath-7B54.910.7
LLaMA-2-70B56.813.5
WizardMath-13B63.914.0
MAmmoTH-7B (COT)50.510.4
MAmmoTH-7B (POT+COT)53.631.5
Arithmo-Mistral-7B74.725.3
MetaMath-7B66.519.8
MetaMath-13B72.322.4
🔥 MetaMath-Llemma-7B69.230.0
🔥 MetaMath-Mistral-7B77.728.2

Citation

@article{yu2023metamath,
  title={MetaMath: Bootstrap Your Own Mathematical Questions for Large Language Models},
  author={Yu, Longhui and Jiang, Weisen and Shi, Han and Yu, Jincheng and Liu, Zhengying and Zhang, Yu and Kwok, James T and Li, Zhenguo and Weller, Adrian and Liu, Weiyang},
  journal={arXiv preprint arXiv:2309.12284},
  year={2023}
}
endpoints_compatible
llama
pytorch
text-generation
text-generation-inference
transformers

Contributors

Longhui98

5 commits

Longhui

1 commits