Akshat-Diwedi commited on
Commit
4076e13
ยท
verified ยท
1 Parent(s): d715477

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md CHANGED
@@ -19,3 +19,68 @@ configs:
19
  - split: train
20
  path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  - split: train
20
  path: data/train-*
21
  ---
22
+
23
+ <p align="center">
24
+ <img src="https://huggingface.co/datasets/NuclearAi/HyperThink-Max-200K/resolve/main/A_logo_for_%22HyperThink%22_is_displayed_on_a_white_ba.png" alt="HyperThink Logo" width="600"/>
25
+ </p>
26
+
27
+ # ๐Ÿ”ฎ HyperThink
28
+
29
+ **HyperThink** is a premium, best-in-class dataset series capturing deep reasoning interactions between users and an advanced Reasoning AI system. Designed for training and evaluating next-gen language models on complex multi-step tasks, the dataset spans a wide range of prompts and guided thinking outputs.
30
+
31
+ ---
32
+
33
+ ## ๐Ÿš€ Dataset Tiers
34
+
35
+ HyperThink is available in **three expertly curated versions**, allowing flexible scaling based on compute resources and training goals:
36
+
37
+ | Version | Samples | Description |
38
+ | ------: | ------: | ---------------------------------------------------------------------------- |
39
+ | `mini` | 50K | Lightweight, perfect for experimentation, fine-tuning, or rapid prototyping. |
40
+ | `midi` | 100K | Balanced mid-scale version with diversity and depth. |
41
+ | `max` | 200K | Full-power, production-grade dataset with rich reasoning paths. |
42
+
43
+ ---
44
+
45
+ ## ๐Ÿ“ฆ Dataset Structure
46
+
47
+ Each sample in the dataset contains:
48
+
49
+ - **prompt**: The original user input .
50
+ - **thinking**: The reasoning chain or intermediate thought process .
51
+ - **answer**: The final output or answer following the reasoning .
52
+
53
+ ``` json
54
+ {
55
+ "prompt": "Why do objects float in water?",
56
+ "thinking": "Objects float when their density is lower than the density of water...",
57
+ "answer": "Because their average density is less than that of water."
58
+ }
59
+
60
+ ```
61
+
62
+ ---
63
+ ## ๐Ÿ“š Use Cases
64
+
65
+ - **Chain-of-thought prompting**
66
+ - **Reasoning-based fine-tuning**
67
+ - **Instruction-following training**
68
+ - **Causal and deductive reasoning model evaluations**
69
+
70
+ ---
71
+ ## ๐ŸŒ Citation
72
+
73
+ If you use **HyperThink** in your work, please cite it:
74
+
75
+ ``` bibtext
76
+ @dataset{nuclearai2025hyperthink,
77
+ title = {HyperThink: A Reasoning-Centric Prompt-Response Dataset},
78
+ author = {NuclearAi},
79
+ year = {2025},
80
+ url = {https://huggingface.co/datasets/NuclearAi/HyperThink-Max-200K}
81
+ }
82
+ ```
83
+
84
+ ---
85
+
86
+ **Jay Shree Ram ๐Ÿšฉ๐Ÿšฉ**