rulixiang commited on
Commit
bed6ae8
Β·
1 Parent(s): 2a64771

update README

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -9,7 +9,7 @@ We introduce M2-Reasoning-7B, a model designed to excel in both general and spat
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
@@ -44,6 +44,9 @@ capability they measure:
44
  |Base Model |70.2| 25.9| 30.5| 20.2| 27.2| 37.8| 35.5|
45
  |M2-Reasoning-CI-7B| 71.7| 29.2| 42.1| 25.0 |42.8| 46.8 |42.9 (+7.4)|
46
  |M2-Reasoning-7B | **75.0** |31.5| 44.7 |**26.8** |41.8 |50.0 |**45.0 (+9.5)**|
 
 
 
47
 
48
  - Spatial Reasoning: We assess this skill using 2 benchmarks: CV-Bench and VSI-Bench
49
  - CV-Bench:
@@ -75,6 +78,9 @@ capability they measure:
75
  | ***Our Models*** | | | | | | | | | |
76
  | M2-Reasoning-7B | 41.0 | 34.0 | **60.9** | **55.4** | 40.7 | **47.3** | 29.9 | 28.8 | **42.3** |
77
 
 
 
 
78
  ## Installation
79
 
80
  Please download our model following Model Downloads, then you can refer to the following codes to run M2-Reasoning model.
 
9
 
10
  ## πŸ“Œ Updates
11
 
12
+ - [2025.07.14] πŸ”₯ Our Technical Report is 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
 
44
  |Base Model |70.2| 25.9| 30.5| 20.2| 27.2| 37.8| 35.5|
45
  |M2-Reasoning-CI-7B| 71.7| 29.2| 42.1| 25.0 |42.8| 46.8 |42.9 (+7.4)|
46
  |M2-Reasoning-7B | **75.0** |31.5| 44.7 |**26.8** |41.8 |50.0 |**45.0 (+9.5)**|
47
+ |M2-Reasoning-7B-HF* | 74.7 |30.5| 46.1 |26.8 |42.7 |49.2 |45.0 (+9.5)|
48
+
49
+ \* After converting the checkpoints to huggingface, the accuracies are slightly different.
50
 
51
  - Spatial Reasoning: We assess this skill using 2 benchmarks: CV-Bench and VSI-Bench
52
  - CV-Bench:
 
78
  | ***Our Models*** | | | | | | | | | |
79
  | M2-Reasoning-7B | 41.0 | 34.0 | **60.9** | **55.4** | 40.7 | **47.3** | 29.9 | 28.8 | **42.3** |
80
 
81
+ ## Model Downloads
82
+ You can download the model from both πŸ€— [Hugging Face](https://huggingface.co/inclusionAI/M2-Reasoning) and πŸ€– [ModelScope](https://www.modelscope.cn/models/inclusionAI/M2-Reasoning).
83
+
84
  ## Installation
85
 
86
  Please download our model following Model Downloads, then you can refer to the following codes to run M2-Reasoning model.