fractalego
commited on
Commit
•
1bb4475
1
Parent(s):
90f9118
Create dataset_infos.json
Browse files- dataset_infos.json +36 -0
dataset_infos.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"qa_to_statements": {
|
3 |
+
"description": "A list of prompts to convert conversational QA into statements",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "https://github.com/fractalego/bot_journal/tree/entry-3",
|
6 |
+
"license": "MIT",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
}
|
13 |
+
},
|
14 |
+
"supervised_keys": {
|
15 |
+
"input": "text"
|
16 |
+
},
|
17 |
+
"version": {
|
18 |
+
"version_str": "1.0.0",
|
19 |
+
"description": null,
|
20 |
+
"datasets_version_to_prepare": null,
|
21 |
+
"major": 1,
|
22 |
+
"minor": 0,
|
23 |
+
"patch": 0
|
24 |
+
},
|
25 |
+
"splits": {
|
26 |
+
"test": {
|
27 |
+
"name": "dev",
|
28 |
+
"dataset_name": "question_to_statement_dev.json"
|
29 |
+
},
|
30 |
+
"train": {
|
31 |
+
"name": "train",
|
32 |
+
"dataset_name": "question_to_statement_train.json"
|
33 |
+
}
|
34 |
+
}
|
35 |
+
}
|
36 |
+
}
|