Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,6 @@ datasets:
|
|
7 |
- amphora/QwQ-LongCoT-130K-2
|
8 |
- PowerInfer/LONGCOT-Refine-500
|
9 |
- O1-OPEN/OpenO1-SFT
|
10 |
-
- ngxson/MiniThinky-dataset
|
11 |
- prithivMLmods/Deepthink-Reasoning
|
12 |
language:
|
13 |
- en
|
@@ -55,4 +54,4 @@ combined_dataset = combined_dataset.map(formatting_prompts_func, batched=True)
|
|
55 |
|
56 |
# Print the first few examples to verify the output
|
57 |
print(combined_dataset[:50000])
|
58 |
-
```
|
|
|
7 |
- amphora/QwQ-LongCoT-130K-2
|
8 |
- PowerInfer/LONGCOT-Refine-500
|
9 |
- O1-OPEN/OpenO1-SFT
|
|
|
10 |
- prithivMLmods/Deepthink-Reasoning
|
11 |
language:
|
12 |
- en
|
|
|
54 |
|
55 |
# Print the first few examples to verify the output
|
56 |
print(combined_dataset[:50000])
|
57 |
+
```
|