| base_model: | |
| - deepseek-ai/deepseek-math-7b-base | |
| datasets: | |
| - QizhiPei/MathFusionQA | |
| language: | |
| - en | |
| pipeline_tag: question-answering | |
| library_name: transformers | |
| license: mit | |
| Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212) | |
| This model, `DeepSeekMath-7B-MathFusion`, is a fine-tuned version of `deepseek-ai/deepseek-math-7b-base` trained on the `QizhiPei/MathFusionQA` dataset. It's designed for question-answering tasks, particularly in the domain of mathematics. | |
| Code: https://github.com/QizhiPei/MathFusion |