Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
Qwen2.5 7B Instrauct model fine-tuned on ProverQA [1] echo rationales created using GPT4o.
|
| 11 |
+
|
| 12 |
+
[1] Qi, C., Ma, R., Li, B., Du, H., Hui, B., Wu, J., ... & He, C. (2025). Large language models meet symbolic provers for logical reasoning evaluation. arXiv preprint arXiv:2502.06563.
|