Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
code
Size:
100K - 1M
License:
Upload dataset_infos.json
Browse files- dataset_infos.json +52 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"codeparrot--github-jupyter-parsed-v2": {
|
| 2 |
+
"description": "",
|
| 3 |
+
"citation": "",
|
| 4 |
+
"homepage": "",
|
| 5 |
+
"license": "",
|
| 6 |
+
"features": {
|
| 7 |
+
"markdown": {
|
| 8 |
+
"dtype": "string",
|
| 9 |
+
"id": null,
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"code": {
|
| 13 |
+
"dtype": "string",
|
| 14 |
+
"id": null,
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"path": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"id": null,
|
| 20 |
+
"_type": "Value"
|
| 21 |
+
},
|
| 22 |
+
"repo_name": {
|
| 23 |
+
"dtype": "string",
|
| 24 |
+
"id": null,
|
| 25 |
+
"_type": "Value"
|
| 26 |
+
},
|
| 27 |
+
"license": {
|
| 28 |
+
"dtype": "string",
|
| 29 |
+
"id": null,
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"post_processed": null,
|
| 34 |
+
"supervised_keys": null,
|
| 35 |
+
"task_templates": null,
|
| 36 |
+
"builder_name": null,
|
| 37 |
+
"config_name": null,
|
| 38 |
+
"version": null,
|
| 39 |
+
"splits": {
|
| 40 |
+
"train": {
|
| 41 |
+
"name": "train",
|
| 42 |
+
"num_bytes": 626114071,
|
| 43 |
+
"num_examples": 770492,
|
| 44 |
+
"dataset_name": "github-jupyter-parsed-v2"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"download_checksums": null,
|
| 48 |
+
"download_size": 249550934,
|
| 49 |
+
"post_processing_size": null,
|
| 50 |
+
"dataset_size": 626114071,
|
| 51 |
+
"size_in_bytes": 875665005
|
| 52 |
+
}}
|