Update README.md
Browse files
README.md
CHANGED
@@ -19,15 +19,9 @@ configs:
|
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
---
|
22 |
-
# Dataset: Pile - Ubuntu Irc
|
23 |
|
24 |
-
|
25 |
-
from
|
26 |
-
|
27 |
-
## Dataset Source
|
28 |
-
|
29 |
-
This dataset is derived from the uncopyrighted portion of The Pile dataset, specifically accessed through:
|
30 |
-
- [monology/pile-uncopyrighted](https://huggingface.co/datasets/monology/pile-uncopyrighted/tree/main/train)
|
31 |
|
32 |
## Citations
|
33 |
|
@@ -48,8 +42,7 @@ year={2022}
|
|
48 |
}
|
49 |
```
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
-
the
|
55 |
-
this specific source.
|
|
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
---
|
|
|
22 |
|
23 |
+
## Dataset Creation Process
|
24 |
+
These subsets were created by streaming over the rows from [`monology/pile-uncopyrighted`](https://huggingface.co/datasets/monology/pile-uncopyrighted) and filtering by the meta column. Each subset is generally limited to the first 100,000 qualifying rows encountered.
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Citations
|
27 |
|
|
|
42 |
}
|
43 |
```
|
44 |
|
45 |
+
**Note**: Some subsets contain fewer than 100,000 rows due to the sparsity of certain categories in the original dataset. In these cases, the rows may not be the first encountered but are unevenly distributed due to parallelization during collection.
|
46 |
|
47 |
+
## Future Updates
|
48 |
+
Future updates may include completing the smaller subsets to reach the 100,000 row target, which could result in breaking changes for those specific subsets.
|
|