Update dataset_infos.json
Browse files- dataset_infos.json +8 -8
dataset_infos.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"default": {
|
| 3 |
-
"features":
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
"splits": {
|
| 10 |
"train": {
|
| 11 |
"data_files": [
|
|
@@ -33,8 +33,8 @@
|
|
| 33 |
"size_categories": [
|
| 34 |
"10K<n<100K"
|
| 35 |
],
|
| 36 |
-
"questions_ids":
|
| 37 |
-
"data":
|
| 38 |
"pretty_name": "tensorflow,keras,pytorch"
|
| 39 |
}
|
| 40 |
}
|
|
|
|
| 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": [
|
|
|
|
| 33 |
"size_categories": [
|
| 34 |
"10K<n<100K"
|
| 35 |
],
|
| 36 |
+
"questions_ids": 275,
|
| 37 |
+
"data": 1652,
|
| 38 |
"pretty_name": "tensorflow,keras,pytorch"
|
| 39 |
}
|
| 40 |
}
|