File size: 786 Bytes
be911a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73dac8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
tags:
- Gpt
- Gpt5.5
- Gpt5.6
- Opus
- Fable
- Mythos
- Gemini
- Think
- ThinkTraces
- FrontierTraces
- Qwen
- Kimi
- Grok
---
# Frontier_Traces_Pre_Train

**Massive merged & deduplicated frontier model distillation traces** for pre-training from scratch.

## Dataset Details
- **Size**: 316,299 unique examples
- **Format**: Single `text` column (all conversations normalized)
- **Deduplicated**: Yes (MD5 hash on full text)
- **Sources**: 
  - GPT-5.x series
  - Claude Opus/Mythos
  - Grok 4.x
  - Gemini 3.x / Pro
  - Qwen
  - DeepMind Alpha
  - Fable traces
  - And many more high-quality distilled reasoning & coding traces

## Usage
```python
from datasets import load_dataset

dataset = load_dataset("yourusername/Frontier_Traces_Pre_Train", split="train")
print(dataset[0])