sedrickkeh commited on
Commit
840749c
Β·
verified Β·
1 Parent(s): f6f2cee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -18,6 +18,9 @@ datasets:
18
  <img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
19
  </p>
20
 
 
 
 
21
  # OpenThinker-32B
22
 
23
  This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the
@@ -91,18 +94,8 @@ The following hyperparameters were used during training:
91
 
92
  More info can be found in our repository: [https://github.com/open-thoughts/open-thoughts](https://github.com/open-thoughts/open-thoughts).
93
 
94
- # Citation
95
- ```
96
- @misc{openthoughts,
97
- author = {Team, OpenThoughts},
98
- month = jan,
99
- title = {{Open Thoughts}},
100
- howpublished = {https://open-thoughts.ai},
101
- year = {2025}
102
- }
103
- ```
104
-
105
  # Links
 
106
  - πŸ“Š [Open Thoughts Launch Blog Post](https://www.open-thoughts.ai/blog/launch)
107
  - πŸ“Š [Open Thoughts Measuring Reasoning with Evalchmey Blog Post](https://www.open-thoughts.ai/blog/measure)
108
  - πŸ“Š [Open Thoughts OpenThinker-32B Post](https://www.open-thoughts.ai/blog/scale)
@@ -112,4 +105,17 @@ More info can be found in our repository: [https://github.com/open-thoughts/open
112
  - πŸ€– [OpenThinker-7B model](https://huggingface.co/open-thoughts/OpenThinker-7B)
113
  - πŸ€– [OpenThinker-7B-Unverfied model](https://huggingface.co/open-thoughts/OpenThinker-7B-Unverified)
114
  - πŸ€– [OpenThinker-32B model](https://huggingface.co/open-thoughts/OpenThinker-32B) - this model
115
- - πŸ€– [OpenThinker-32B-Unverified model](https://huggingface.co/open-thoughts/OpenThinker-32B-Unverified)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  <img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
19
  </p>
20
 
21
+ > [!NOTE]
22
+ > We have released a paper for OpenThoughts! See our paper [here](https://arxiv.org/abs/2506.04178).
23
+
24
  # OpenThinker-32B
25
 
26
  This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the
 
94
 
95
  More info can be found in our repository: [https://github.com/open-thoughts/open-thoughts](https://github.com/open-thoughts/open-thoughts).
96
 
 
 
 
 
 
 
 
 
 
 
 
97
  # Links
98
+ - πŸ“ [OpenThoughts Paper](https://arxiv.org/abs/2506.04178)
99
  - πŸ“Š [Open Thoughts Launch Blog Post](https://www.open-thoughts.ai/blog/launch)
100
  - πŸ“Š [Open Thoughts Measuring Reasoning with Evalchmey Blog Post](https://www.open-thoughts.ai/blog/measure)
101
  - πŸ“Š [Open Thoughts OpenThinker-32B Post](https://www.open-thoughts.ai/blog/scale)
 
105
  - πŸ€– [OpenThinker-7B model](https://huggingface.co/open-thoughts/OpenThinker-7B)
106
  - πŸ€– [OpenThinker-7B-Unverfied model](https://huggingface.co/open-thoughts/OpenThinker-7B-Unverified)
107
  - πŸ€– [OpenThinker-32B model](https://huggingface.co/open-thoughts/OpenThinker-32B) - this model
108
+ - πŸ€– [OpenThinker-32B-Unverified model](https://huggingface.co/open-thoughts/OpenThinker-32B-Unverified)
109
+
110
+ # Citation
111
+ ```
112
+ @misc{guha2025openthoughtsdatarecipesreasoning,
113
+ title={OpenThoughts: Data Recipes for Reasoning Models},
114
+ author={Etash Guha and Ryan Marten and Sedrick Keh and Negin Raoof and Georgios Smyrnis and Hritik Bansal and Marianna Nezhurina and Jean Mercat and Trung Vu and Zayne Sprague and Ashima Suvarna and Benjamin Feuer and Liangyu Chen and Zaid Khan and Eric Frankel and Sachin Grover and Caroline Choi and Niklas Muennighoff and Shiye Su and Wanjia Zhao and John Yang and Shreyas Pimpalgaonkar and Kartik Sharma and Charlie Cheng-Jie Ji and Yichuan Deng and Sarah Pratt and Vivek Ramanujan and Jon Saad-Falcon and Jeffrey Li and Achal Dave and Alon Albalak and Kushal Arora and Blake Wulfe and Chinmay Hegde and Greg Durrett and Sewoong Oh and Mohit Bansal and Saadia Gabriel and Aditya Grover and Kai-Wei Chang and Vaishaal Shankar and Aaron Gokaslan and Mike A. Merrill and Tatsunori Hashimoto and Yejin Choi and Jenia Jitsev and Reinhard Heckel and Maheswaran Sathiamoorthy and Alexandros G. Dimakis and Ludwig Schmidt},
115
+ year={2025},
116
+ eprint={2506.04178},
117
+ archivePrefix={arXiv},
118
+ primaryClass={cs.LG},
119
+ url={https://arxiv.org/abs/2506.04178},
120
+ }
121
+ ```