sedrickkeh commited on
Commit
0aefafe
Β·
verified Β·
1 Parent(s): 4a745da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -17,6 +17,9 @@ datasets:
17
  <img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
18
  </p>
19
 
 
 
 
20
  # OpenThinker2-32B
21
 
22
  This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the
@@ -77,20 +80,24 @@ The following hyperparameters were used during training:
77
 
78
  More info can be found in our repository: [https://github.com/open-thoughts/open-thoughts](https://github.com/open-thoughts/open-thoughts).
79
 
80
- # Citation
81
- ```
82
- @misc{openthoughts,
83
- author = {Team, OpenThoughts},
84
- month = jan,
85
- title = {{Open Thoughts}},
86
- howpublished = {https://open-thoughts.ai},
87
- year = {2025}
88
- }
89
- ```
90
 
91
  # Links
 
92
  - πŸ“Š [OpenThoughts2 and OpenThinker2 Blog Post](https://www.open-thoughts.ai/blog/thinkagain)
93
  - πŸ’» [Open Thoughts GitHub Repository](https://github.com/open-thoughts/open-thoughts)
94
  - 🧠 [OpenThoughts2-1M dataset](https://huggingface.co/datasets/open-thoughts/OpenThoughts2-1M)
95
  - πŸ€– [OpenThinker2-7B model](https://huggingface.co/open-thoughts/OpenThinker2-7B)
96
  - πŸ€– [OpenThinker2-32B model](https://huggingface.co/open-thoughts/OpenThinker2-32B) - this model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  <img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
18
  </p>
19
 
20
+ > [!NOTE]
21
+ > We have released a paper for OpenThoughts! See our paper [here](https://arxiv.org/abs/2506.04178).
22
+
23
  # OpenThinker2-32B
24
 
25
  This model is a fine-tuned version of [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on the
 
80
 
81
  More info can be found in our repository: [https://github.com/open-thoughts/open-thoughts](https://github.com/open-thoughts/open-thoughts).
82
 
 
 
 
 
 
 
 
 
 
 
83
 
84
  # Links
85
+ - πŸ“ [OpenThoughts Paper](https://arxiv.org/abs/2506.04178)
86
  - πŸ“Š [OpenThoughts2 and OpenThinker2 Blog Post](https://www.open-thoughts.ai/blog/thinkagain)
87
  - πŸ’» [Open Thoughts GitHub Repository](https://github.com/open-thoughts/open-thoughts)
88
  - 🧠 [OpenThoughts2-1M dataset](https://huggingface.co/datasets/open-thoughts/OpenThoughts2-1M)
89
  - πŸ€– [OpenThinker2-7B model](https://huggingface.co/open-thoughts/OpenThinker2-7B)
90
  - πŸ€– [OpenThinker2-32B model](https://huggingface.co/open-thoughts/OpenThinker2-32B) - this model.
91
+
92
+ # Citation
93
+ ```
94
+ @misc{guha2025openthoughtsdatarecipesreasoning,
95
+ title={OpenThoughts: Data Recipes for Reasoning Models},
96
+ 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},
97
+ year={2025},
98
+ eprint={2506.04178},
99
+ archivePrefix={arXiv},
100
+ primaryClass={cs.LG},
101
+ url={https://arxiv.org/abs/2506.04178},
102
+ }
103
+ ```