Update dataset_infos.json
Browse files- dataset_infos.json +7 -6
dataset_infos.json
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"default": {
|
| 3 |
-
"features": {
|
| 4 |
-
"instruction": {"dtype": "string"},
|
| 5 |
-
"input": {"dtype": "string"},
|
| 6 |
-
"output": {"dtype": "string"},
|
| 7 |
-
"system": {"dtype": "string"}
|
| 8 |
-
},
|
| 9 |
"splits": {
|
| 10 |
"train": {
|
| 11 |
"data_files": [
|
|
@@ -13,6 +7,13 @@
|
|
| 13 |
"data/github_dataset.json"
|
| 14 |
]
|
| 15 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
},
|
| 18 |
"license": "apache-2.0",
|
|
|
|
| 1 |
{
|
| 2 |
"default": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"splits": {
|
| 4 |
"train": {
|
| 5 |
"data_files": [
|
|
|
|
| 7 |
"data/github_dataset.json"
|
| 8 |
]
|
| 9 |
}
|
| 10 |
+
,
|
| 11 |
+
"test": {
|
| 12 |
+
"data_files": [
|
| 13 |
+
"data/testing_stackoverflow_dataset.json",
|
| 14 |
+
"data/testing_github_dataset.json"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
|
| 18 |
},
|
| 19 |
"license": "apache-2.0",
|