File size: 813 Bytes
13530d1
 
6b1324e
13530d1
 
 
 
 
 
 
 
 
6b1324e
 
 
 
 
 
 
 
 
 
13530d1
 
 
 
 
6b1324e
 
 
 
13530d1
e3149e5
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
---
dataset_info:
- config_name: sharding-1
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 39
    num_examples: 5
  download_size: 769
  dataset_size: 39
- config_name: sharding-3
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 39
    num_examples: 5
  download_size: 2238
  dataset_size: 39
configs:
- config_name: sharding-1
  data_files:
  - split: train
    path: sharding-1/train-*
- config_name: sharding-3
  data_files:
  - split: train
    path: sharding-3/train-*
---
Datasets used for datatrove testing.
Each split contains the same data:
```
dst = [
    {"text": "hello"},
    {"text": "world"},
    {"text": "how"},
    {"text": "are"},
    {"text": "you"},
]
```
But based on the split name the data are sharded into n-bins