Add pipeline tag and project page link
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model: Qwen/Qwen2.5-7B-Instruct
|
5 |
tags:
|
6 |
- llama-factory
|
7 |
- full
|
@@ -9,8 +11,7 @@ tags:
|
|
9 |
model-index:
|
10 |
- name: OpenThinker2-7B
|
11 |
results: []
|
12 |
-
|
13 |
-
- open-thoughts/OpenThoughts2-1M
|
14 |
---
|
15 |
|
16 |
<p align="center">
|
@@ -83,6 +84,7 @@ More info can be found in our repository: [https://github.com/open-thoughts/open
|
|
83 |
- π [OpenThoughts Paper](https://arxiv.org/abs/2506.04178)
|
84 |
- π [OpenThoughts2 and OpenThinker2 Blog Post](https://www.open-thoughts.ai/blog/thinkagain)
|
85 |
- π» [Open Thoughts GitHub Repository](https://github.com/open-thoughts/open-thoughts)
|
|
|
86 |
- π§ [OpenThoughts2-1M dataset](https://huggingface.co/datasets/open-thoughts/OpenThoughts2-1M)
|
87 |
- π€ [OpenThinker2-7B model](https://huggingface.co/open-thoughts/OpenThinker2-7B) - this model.
|
88 |
- π€ [OpenThinker2-32B model](https://huggingface.co/open-thoughts/OpenThinker2-32B)
|
@@ -98,4 +100,4 @@ More info can be found in our repository: [https://github.com/open-thoughts/open
|
|
98 |
primaryClass={cs.LG},
|
99 |
url={https://arxiv.org/abs/2506.04178},
|
100 |
}
|
101 |
-
```
|
|
|
1 |
---
|
2 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
3 |
+
datasets:
|
4 |
+
- open-thoughts/OpenThoughts2-1M
|
5 |
library_name: transformers
|
6 |
license: apache-2.0
|
|
|
7 |
tags:
|
8 |
- llama-factory
|
9 |
- full
|
|
|
11 |
model-index:
|
12 |
- name: OpenThinker2-7B
|
13 |
results: []
|
14 |
+
pipeline_tag: text-generation
|
|
|
15 |
---
|
16 |
|
17 |
<p align="center">
|
|
|
84 |
- π [OpenThoughts Paper](https://arxiv.org/abs/2506.04178)
|
85 |
- π [OpenThoughts2 and OpenThinker2 Blog Post](https://www.open-thoughts.ai/blog/thinkagain)
|
86 |
- π» [Open Thoughts GitHub Repository](https://github.com/open-thoughts/open-thoughts)
|
87 |
+
- π [Project Page](https://openthoughts.ai)
|
88 |
- π§ [OpenThoughts2-1M dataset](https://huggingface.co/datasets/open-thoughts/OpenThoughts2-1M)
|
89 |
- π€ [OpenThinker2-7B model](https://huggingface.co/open-thoughts/OpenThinker2-7B) - this model.
|
90 |
- π€ [OpenThinker2-32B model](https://huggingface.co/open-thoughts/OpenThinker2-32B)
|
|
|
100 |
primaryClass={cs.LG},
|
101 |
url={https://arxiv.org/abs/2506.04178},
|
102 |
}
|
103 |
+
```
|