ParagonLight commited on
Commit
666328c
·
verified ·
1 Parent(s): aa8e7b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -14
README.md CHANGED
@@ -1,15 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
4
-
5
- # LLM-based Automated Theorem Proving Hinges on Scalable Synthetic Data Generation
6
-
7
- This repository contains the model used in the paper *"LLM-based Automated Theorem Proving Hinges on Scalable Synthetic Data Generation"*.
8
-
9
- ## Model
10
-
11
- The model is full-tuned based on [Qwen2.5-Math-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B).
12
-
13
- ## Usage
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.