Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
Qwen2.5 7B Instrauct model fine-tuned on JustLogic [1] echo rationales created using GPT4o.
|
| 10 |
+
|
| 11 |
+
[1] Chen, M. K., Zhang, X., & Tao, D. (2025). Justlogic: A comprehensive benchmark for evaluating deductive reasoning in large language models. arXiv preprint arXiv:2501.14851.
|