Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Datasets used for datatrove testing.
|
2 |
+
Each split contains the same data:
|
3 |
+
```
|
4 |
+
dst = [
|
5 |
+
{"text": "hello"},
|
6 |
+
{"text": "world"},
|
7 |
+
{"text": "how"},
|
8 |
+
{"text": "are"},
|
9 |
+
{"text": "you"},
|
10 |
+
]
|
11 |
+
```
|
12 |
+
But based on the split name the data are sharded into n-bins
|