File size: 675 Bytes
5d4e2de
 
 
 
 
 
 
 
 
 
 
 
 
5a09352
 
 
 
5d4e2de
 
 
 
 
 
9ed58cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: id
    dtype: string
  - name: token_count
    dtype: int64
  - name: preceding_token_count
    dtype: int64
  splits:
  - name: train
    num_bytes: 5862530740.527941
    num_examples: 2658953
  download_size: 3393249830
  dataset_size: 5862530740.527941
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
Samples from the FineWeb-Edu dataset divided into chunks of 512 tokens. The beginning of each sequence (first 20 tokens) is prepended to the subsequent chunks. Only samples with a token count greater than 80% of 512 have been included in the final dataset.