Add pipeline tag (#1)
Browse files- Add pipeline tag (8d1beb7bdd92e224dda797885f00b19ea14e2716)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- LLM
|
| 7 |
-
library_name: transformers
|
| 8 |
base_model:
|
| 9 |
- Qwen/Qwen2.5-32B
|
| 10 |
datasets:
|
| 11 |
- MiniMaxAI/SynLogic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
|
|
|
| 13 |
# SynLogic-32B: Advanced Logical Reasoning Model
|
| 14 |
|
| 15 |
* 🐙 **GitHub Repo:** [https://github.com/MiniMax-AI/SynLogic](https://github.com/MiniMax-AI/SynLogic)
|
|
@@ -43,8 +45,6 @@ datasets:
|
|
| 43 |
* **Dataset:** 33k SynLogic-Hard samples with controlled difficulty
|
| 44 |
* **Reward Design:** Binary rewards based on format adherence and correctness verification
|
| 45 |
|
| 46 |
-
|
| 47 |
-
|
| 48 |
## Citation
|
| 49 |
|
| 50 |
```bibtex
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- Qwen/Qwen2.5-32B
|
| 4 |
datasets:
|
| 5 |
- MiniMaxAI/SynLogic
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
library_name: transformers
|
| 9 |
+
license: mit
|
| 10 |
+
tags:
|
| 11 |
+
- LLM
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
+
|
| 15 |
# SynLogic-32B: Advanced Logical Reasoning Model
|
| 16 |
|
| 17 |
* 🐙 **GitHub Repo:** [https://github.com/MiniMax-AI/SynLogic](https://github.com/MiniMax-AI/SynLogic)
|
|
|
|
| 45 |
* **Dataset:** 33k SynLogic-Hard samples with controlled difficulty
|
| 46 |
* **Reward Design:** Binary rewards based on format adherence and correctness verification
|
| 47 |
|
|
|
|
|
|
|
| 48 |
## Citation
|
| 49 |
|
| 50 |
```bibtex
|