Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
Please refer to [GitHub page](https://github.com/NJUDeepEngine/llm_based_atp) for details.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- internlm/Lean-Workbook
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- Qwen/Qwen2.5-Math-7B
|
9 |
+
tags:
|
10 |
+
- lean4
|
11 |
+
- theorem-proving
|
12 |
+
- formal-mathematics
|
13 |
+
---
|
14 |
+
|
15 |
+
# LLM-based Automated Theorem Proving Hinges on Scalable Synthetic Data Generation
|
16 |
+
|
17 |
+
This repository contains the model used in the paper *"LLM-based Automated Theorem Proving Hinges on Scalable Synthetic Data Generation"*.
|
18 |
+
|
19 |
+
## Model
|
20 |
+
|
21 |
+
The model is full-tuned based on [Qwen2.5-Math-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B).
|
22 |
+
|
23 |
+
## Usage
|
24 |
+
|
25 |
Please refer to [GitHub page](https://github.com/NJUDeepEngine/llm_based_atp) for details.
|