zs0506 commited on
Commit
fad8999
·
verified ·
1 Parent(s): 3c330bb

Create Readme

Browse files
Files changed (1) hide show
  1. Readme +24 -0
Readme ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SVE-Math-DeepSeek+-7B
2
+
3
+ 🤖 **SVE-Math-DeepSeek+-7B** is a fine-tuned Multi-modal Large Language Model (MLLM) built upon [SVE-Math-DeepSeek-7B](https://github.com/AI4Math-ShanZhang/SVE-Math), further enhanced using GeoPeP, a perception-oriented dataset of 200K high-quality geometry image-text pairs.
4
+
5
+ This model is released as part of our project:
6
+ 📘 **"Open Eyes, Then Reason: Fine-grained Visual Mathematical Understanding in MLLMs (SVE-Math)"**
7
+ 🔗 [Paper & Code: github.com/AI4Math-ShanZhang/SVE-Math](https://github.com/AI4Math-ShanZhang/SVE-Math)
8
+
9
+ ---
10
+
11
+ ## 🔍 Key Features
12
+
13
+ - 💡 Designed to improve **visual perception** in mathematical diagrams.
14
+ - 📊 Fine-tuned on high-quality perception-oriented dataset (100K diagram-caption + 100K conversation).
15
+ - 🧠 **GeoPeP** explicitly structs diagrams into shapes, attributes, locations and relationships.
16
+ - ⚙️ **Systematic investigation** explores how visual perception impacts mathematical reasoning in MLLMs.
17
+
18
+ ---
19
+
20
+ ## 💬 Inference
21
+
22
+ You can refer to the official inference code and setup from our GitHub repo:
23
+ 👉 [https://github.com/AI4Math-ShanZhang/SVE-Math](https://github.com/AI4Math-ShanZhang/SVE-Math)
24
+