Create dataset_infos.json
Browse files- dataset_infos.json +40 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"default": {
|
| 3 |
+
"features": [
|
| 4 |
+
{"name": "instruction", "dtype": "string"},
|
| 5 |
+
{"name": "input", "dtype": "string"},
|
| 6 |
+
{"name": "output", "dtype": "string"},
|
| 7 |
+
{"name": "system", "dtype": "string"}
|
| 8 |
+
],
|
| 9 |
+
"splits": {
|
| 10 |
+
"train": {
|
| 11 |
+
"data_files": [
|
| 12 |
+
"data/stackoverflow_dataset.json",
|
| 13 |
+
"data/github_dataset.json"
|
| 14 |
+
]
|
| 15 |
+
},
|
| 16 |
+
"test": {
|
| 17 |
+
"data_files": [
|
| 18 |
+
"data/testing_stackoverflow_dataset.json",
|
| 19 |
+
"data/testing_github_dataset.json"
|
| 20 |
+
]
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"license": "apache-2.0",
|
| 24 |
+
"task_categories": [
|
| 25 |
+
"text-generation",
|
| 26 |
+
"question-answering"
|
| 27 |
+
],
|
| 28 |
+
"language": ["en"],
|
| 29 |
+
"tags": [
|
| 30 |
+
"eren5717",
|
| 31 |
+
"py_issues_en"
|
| 32 |
+
],
|
| 33 |
+
"size_categories": [
|
| 34 |
+
"10K<n<100K"
|
| 35 |
+
],
|
| 36 |
+
"questions_ids": "275 lines",
|
| 37 |
+
"data": "1652 lines",
|
| 38 |
+
"pretty_name": "tensorflow,keras,pytorch"
|
| 39 |
+
}
|
| 40 |
+
}
|