Add pipeline tag (#1)
Browse files- Add pipeline tag (fc3dbab16be668b798914d0ad80b8de2650d344f)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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-7B
|
10 |
datasets:
|
11 |
- MiniMaxAI/SynLogic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
|
|
13 |
# SynLogic-7B: Logical Reasoning Model
|
14 |
|
15 |
* 🐙 **GitHub Repo:** [https://github.com/MiniMax-AI/SynLogic](https://github.com/MiniMax-AI/SynLogic)
|
@@ -66,5 +68,4 @@ datasets:
|
|
66 |
archivePrefix={arXiv},
|
67 |
primaryClass={cs.AI},
|
68 |
url={https://arxiv.org/abs/2505.19641},
|
69 |
-
}
|
70 |
-
```
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- Qwen/Qwen2.5-7B
|
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-7B: Logical Reasoning Model
|
16 |
|
17 |
* 🐙 **GitHub Repo:** [https://github.com/MiniMax-AI/SynLogic](https://github.com/MiniMax-AI/SynLogic)
|
|
|
68 |
archivePrefix={arXiv},
|
69 |
primaryClass={cs.AI},
|
70 |
url={https://arxiv.org/abs/2505.19641},
|
71 |
+
}
|
|