update README
Browse files
README.md
CHANGED
@@ -1,20 +1,6 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- AI4Math/MathVista
|
5 |
-
- MathLLMs/MathVision
|
6 |
-
- AI4Math/MathVerse
|
7 |
-
- Racktic/dynamath
|
8 |
-
- lscpku/LogicVista
|
9 |
-
- nyu-visionx/CV-Bench
|
10 |
-
- nyu-visionx/VSI-Bench
|
11 |
-
base_model:
|
12 |
-
- Qwen/Qwen2.5-VL-7B-Instruct
|
13 |
-
pipeline_tag: image-text-to-text
|
14 |
-
---
|
15 |
# M2-Reasoning: Empowering MLLMs with Unified General and Spatial Reasoning
|
16 |
|
17 |
-
📖 [Technical Report]() | 🤗 [Hugging Face](https://huggingface.co/inclusionAI/M2-Reasoning)| 🤖 [ModelScope](https://www.modelscope.cn/models/inclusionAI/M2-Reasoning)
|
18 |
|
19 |
## Introduction
|
20 |
|
@@ -23,8 +9,8 @@ We introduce M2-Reasoning-7B, a model designed to excel in both general and spat
|
|
23 |
|
24 |
## 📌 Updates
|
25 |
|
26 |
-
|
27 |
-
- [2025.07.
|
28 |
|
29 |
## Key Features
|
30 |
|
@@ -314,4 +300,4 @@ If you find our work helpful, feel free to give us a cite.
|
|
314 |
year = {2025},
|
315 |
archivePrefix = {arXiv},
|
316 |
}
|
317 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# M2-Reasoning: Empowering MLLMs with Unified General and Spatial Reasoning
|
2 |
|
3 |
+
📖 [Technical Report](./assets/M2-Reasoning.pdf) | 📄 [arXiv](https://arxiv.org/abs/2507.08306) | 🤗 [Hugging Face](https://huggingface.co/inclusionAI/M2-Reasoning)| 🤖 [ModelScope](https://www.modelscope.cn/models/inclusionAI/M2-Reasoning)
|
4 |
|
5 |
## Introduction
|
6 |
|
|
|
9 |
|
10 |
## 📌 Updates
|
11 |
|
12 |
+
- [2025.07.14] 🔥 Our Technical Report is in available on 📄 [arXiv](https://arxiv.org/abs/2507.08306).
|
13 |
+
- [2025.07.11] 🔥 We release M2-Reasoning on 🤗 [Hugging Face](https://huggingface.co/inclusionAI/M2-Reasoning) and 🤖 [ModelScope](https://www.modelscope.cn/models/inclusionAI/M2-Reasoning).
|
14 |
|
15 |
## Key Features
|
16 |
|
|
|
300 |
year = {2025},
|
301 |
archivePrefix = {arXiv},
|
302 |
}
|
303 |
+
```
|