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