Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +92 -0
dataset_infos.json
ADDED
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"ola13--small-the_pile-dedup": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"url": {
|
13 |
+
"dtype": "null",
|
14 |
+
"id": null,
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"domain": {
|
18 |
+
"dtype": "null",
|
19 |
+
"id": null,
|
20 |
+
"_type": "Value"
|
21 |
+
},
|
22 |
+
"perplexity": {
|
23 |
+
"dtype": "float64",
|
24 |
+
"id": null,
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"dup_ratio": {
|
28 |
+
"dtype": "float64",
|
29 |
+
"id": null,
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"pairs": {
|
33 |
+
"feature": {
|
34 |
+
"feature": {
|
35 |
+
"dtype": "int64",
|
36 |
+
"id": null,
|
37 |
+
"_type": "Value"
|
38 |
+
},
|
39 |
+
"length": -1,
|
40 |
+
"id": null,
|
41 |
+
"_type": "Sequence"
|
42 |
+
},
|
43 |
+
"length": -1,
|
44 |
+
"id": null,
|
45 |
+
"_type": "Sequence"
|
46 |
+
},
|
47 |
+
"repetitions": {
|
48 |
+
"feature": {
|
49 |
+
"dtype": "binary",
|
50 |
+
"id": null,
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"length": -1,
|
54 |
+
"id": null,
|
55 |
+
"_type": "Sequence"
|
56 |
+
},
|
57 |
+
"cluster": {
|
58 |
+
"feature": {
|
59 |
+
"feature": {
|
60 |
+
"dtype": "int64",
|
61 |
+
"id": null,
|
62 |
+
"_type": "Value"
|
63 |
+
},
|
64 |
+
"length": -1,
|
65 |
+
"id": null,
|
66 |
+
"_type": "Sequence"
|
67 |
+
},
|
68 |
+
"length": -1,
|
69 |
+
"id": null,
|
70 |
+
"_type": "Sequence"
|
71 |
+
}
|
72 |
+
},
|
73 |
+
"post_processed": null,
|
74 |
+
"supervised_keys": null,
|
75 |
+
"task_templates": null,
|
76 |
+
"builder_name": null,
|
77 |
+
"config_name": null,
|
78 |
+
"version": null,
|
79 |
+
"splits": {
|
80 |
+
"train": {
|
81 |
+
"name": "train",
|
82 |
+
"num_bytes": 710712477,
|
83 |
+
"num_examples": 100000,
|
84 |
+
"dataset_name": "small-the_pile-dedup"
|
85 |
+
}
|
86 |
+
},
|
87 |
+
"download_checksums": null,
|
88 |
+
"download_size": 352999956,
|
89 |
+
"post_processing_size": null,
|
90 |
+
"dataset_size": 710712477,
|
91 |
+
"size_in_bytes": 1063712433
|
92 |
+
}}
|