Upload 3 files
Browse files- README.md +5 -0
- data/train-00000-of-00001-4746b8785c874cc7.parquet +3 -0
- dataset_infos.json +39 -0
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigscience-bloom-rail-1.0
|
3 |
+
---
|
4 |
+
|
5 |
+
The first 10K elements of [The Pile](https://pile.eleuther.ai/), useful for debugging models trained on it. See the [HuggingFace page for the full Pile](https://huggingface.co/datasets/the_pile) for more info. Inspired by [stas' great resource](https://huggingface.co/datasets/stas/openwebtext-10k) doing the same for OpenWebText
|
data/train-00000-of-00001-4746b8785c874cc7.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1a9475a8684ac8f1b17a36eccb2ec49c127edd7aae9beb2f240726972d93f31
|
3 |
+
size 33262901
|
dataset_infos.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"NeelNanda--pile-10k": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"meta": {
|
13 |
+
"pile_set_name": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
}
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"post_processed": null,
|
21 |
+
"supervised_keys": null,
|
22 |
+
"task_templates": null,
|
23 |
+
"builder_name": null,
|
24 |
+
"config_name": null,
|
25 |
+
"version": null,
|
26 |
+
"splits": {
|
27 |
+
"train": {
|
28 |
+
"name": "train",
|
29 |
+
"num_bytes": 61266887,
|
30 |
+
"num_examples": 10000,
|
31 |
+
"dataset_name": "pile-10k"
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"download_checksums": null,
|
35 |
+
"download_size": 33262901,
|
36 |
+
"post_processing_size": null,
|
37 |
+
"dataset_size": 61266887,
|
38 |
+
"size_in_bytes": 94529788
|
39 |
+
}}
|