Improve model card: Add library, pipeline tags, paper link, and GitHub link (#1)
Browse files- Improve model card: Add library, pipeline tags, paper link, and GitHub link (95529388faf692510860fe4a3ee848a6974ba32a)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# SciReasoner 8B: Laying the Scientific Reasoning Ground Across Disciplines
|
@@ -8,8 +13,9 @@ license: apache-2.0
|
|
8 |
[](https://huggingface.co/SciReason)
|
9 |
[](https://www.apache.org/licenses/LICENSE-2.0)
|
10 |
|
|
|
11 |
|
12 |
-
|
13 |
|
14 |
---
|
15 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- qwen
|
7 |
+
- scientific-reasoning
|
8 |
---
|
9 |
|
10 |
# SciReasoner 8B: Laying the Scientific Reasoning Ground Across Disciplines
|
|
|
13 |
[](https://huggingface.co/SciReason)
|
14 |
[](https://www.apache.org/licenses/LICENSE-2.0)
|
15 |
|
16 |
+
This repository contains the weight of **SciReasoner-8B**, a scientific reasoning foundation model. It was presented in the paper [SciReasoner: Laying the Scientific Reasoning Ground Across Disciplines](https://huggingface.co/papers/2509.21320).
|
17 |
|
18 |
+
Code: https://github.com/open-sciencelab/SciReason
|
19 |
|
20 |
---
|
21 |
|