Transformers
GGUF
llama-factory
full
Generated from Trainer
conversational
aashish1904 commited on
Commit
f7bdc28
Β·
verified Β·
1 Parent(s): 4f99f61

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -29,6 +29,9 @@ This is quantized version of [open-thoughts/OpenThinker-7B](https://huggingface.
29
  <img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
30
  </p>
31
 
 
 
 
32
  # OpenThinker-7B
33
 
34
  This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the
@@ -94,20 +97,10 @@ The following hyperparameters were used during training:
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
- # Citation
98
- ```
99
- @misc{openthoughts,
100
- author = {Team, OpenThoughts},
101
- month = jan,
102
- title = {{Open Thoughts}},
103
- howpublished = {https://open-thoughts.ai},
104
- year = {2025}
105
- }
106
- ```
107
-
108
  # Links
 
109
  - πŸ“Š [Open Thoughts Launch Blog Post](https://www.open-thoughts.ai/blog/launch)
110
- - πŸ’» [Open Thoughts GitHub Repository](https://github.com/open-thoughts/open-thoughts)
111
  - 🧠 [OpenThoughts-114k dataset](https://huggingface.co/datasets/open-thoughts/OpenThoughts-114k)
112
  - πŸ€– [OpenThinker-7B model](https://huggingface.co/open-thoughts/OpenThinker-7B) - this model.
113
  - πŸ“Š [Bespoke-Stratos Blog Post](https://www.bespokelabs.ai/blog/bespoke-stratos-the-unreasonable-effectiveness-of-reasoning-distillation)
@@ -115,3 +108,16 @@ More info can be found in our repository: [https://github.com/open-thoughts/open
115
  - πŸ€– [Bespoke-Stratos-32B model](https://huggingface.co/bespokelabs/Bespoke-Stratos-32B)
116
  - πŸ€– [Bespoke-Stratos-7B model](https://huggingface.co/bespokelabs/Bespoke-Stratos-7B)
117
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  <img src="https://huggingface.co/datasets/open-thoughts/open-thoughts-114k/resolve/main/open_thoughts.png" width="50%">
30
  </p>
31
 
32
+ > [!NOTE]
33
+ > We have released a paper for OpenThoughts! See our paper [here](https://arxiv.org/abs/2506.04178).
34
+
35
  # OpenThinker-7B
36
 
37
  This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the
 
97
 
98
  More info can be found in our repository: [https://github.com/open-thoughts/open-thoughts](https://github.com/open-thoughts/open-thoughts).
99
 
 
 
 
 
 
 
 
 
 
 
 
100
  # Links
101
+ - πŸ“ [OpenThoughts Paper](https://arxiv.org/abs/2506.04178)
102
  - πŸ“Š [Open Thoughts Launch Blog Post](https://www.open-thoughts.ai/blog/launch)
103
+ - πŸ’» [Open Thoughts GitHub Repository](https://github.com/open-thoughts/open-thoughts)
104
  - 🧠 [OpenThoughts-114k dataset](https://huggingface.co/datasets/open-thoughts/OpenThoughts-114k)
105
  - πŸ€– [OpenThinker-7B model](https://huggingface.co/open-thoughts/OpenThinker-7B) - this model.
106
  - πŸ“Š [Bespoke-Stratos Blog Post](https://www.bespokelabs.ai/blog/bespoke-stratos-the-unreasonable-effectiveness-of-reasoning-distillation)
 
108
  - πŸ€– [Bespoke-Stratos-32B model](https://huggingface.co/bespokelabs/Bespoke-Stratos-32B)
109
  - πŸ€– [Bespoke-Stratos-7B model](https://huggingface.co/bespokelabs/Bespoke-Stratos-7B)
110
 
111
+ # Citation
112
+ ```
113
+ @misc{guha2025openthoughtsdatarecipesreasoning,
114
+ title={OpenThoughts: Data Recipes for Reasoning Models},
115
+ 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},
116
+ year={2025},
117
+ eprint={2506.04178},
118
+ archivePrefix={arXiv},
119
+ primaryClass={cs.LG},
120
+ url={https://arxiv.org/abs/2506.04178},
121
+ }
122
+ ```
123
+