personachat_truecased / dataset_infos.json
epeters3's picture
Don't track dataset_infos.json with lfs
3d89891
{
"full": {
"description": "A version of the PersonaChat dataset that has been true-cased, and also has been given more normalized punctuation.\nThe original PersonaChat dataset is in all lower case, and has extra space around each clause/sentence separating\npunctuation mark. This version of the dataset has more of a natural language look, with sentence capitalization,\nproper noun capitalization, and normalized whitespace. Also, each dialogue turn includes a pool of distractor\ncandidate responses, which can be used by a multiple choice regularization loss during training.\n",
"citation": "@article{zhang2018personalizing,\n title={Personalizing dialogue agents: I have a dog, do you have pets too?},\n author={Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},\n journal={arXiv preprint arXiv:1801.07243},\n year={2018}\n}\n",
"homepage": "",
"license": "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license.",
"features": {
"personality": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"candidates": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"history": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"conv_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"utterance_idx": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"builder_name": "personachat_truecased",
"config_name": "full",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 208267262,
"num_examples": 131438,
"dataset_name": "personachat_truecased"
},
"validation": {
"name": "validation",
"num_bytes": 12968847,
"num_examples": 7801,
"dataset_name": "personachat_truecased"
}
},
"download_checksums": {
"./personachat_truecased_full_train.json": {
"num_bytes": 193210313,
"checksum": "cea0e87a230ecbf69ef7937a6012e12060a7f4a2bd9a1adc44d3141cb57938f3"
},
"./personachat_truecased_full_valid.json": {
"num_bytes": 11995403,
"checksum": "2277648a4b773d81cf3406eb872deff9489a930c7140b5a1a1bed79a48317562"
}
},
"download_size": 205205716,
"post_processing_size": null,
"dataset_size": 221236109,
"size_in_bytes": 426441825
},
"sample": {
"description": "A version of the PersonaChat dataset that has been true-cased, and also has been given more normalized punctuation.\nThe original PersonaChat dataset is in all lower case, and has extra space around each clause/sentence separating\npunctuation mark. This version of the dataset has more of a natural language look, with sentence capitalization,\nproper noun capitalization, and normalized whitespace. Also, each dialogue turn includes a pool of distractor\ncandidate responses, which can be used by a multiple choice regularization loss during training.\n",
"citation": "@article{zhang2018personalizing,\n title={Personalizing dialogue agents: I have a dog, do you have pets too?},\n author={Zhang, Saizheng and Dinan, Emily and Urbanek, Jack and Szlam, Arthur and Kiela, Douwe and Weston, Jason},\n journal={arXiv preprint arXiv:1801.07243},\n year={2018}\n}\n",
"homepage": "",
"license": "Like the original PersonaChat dataset, this dataset is released under the CC BY 4.0 license.",
"features": {
"personality": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"candidates": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"history": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"conv_id": {
"dtype": "int32",
"id": null,
"_type": "Value"
},
"utterance_idx": {
"dtype": "int32",
"id": null,
"_type": "Value"
}
},
"post_processed": null,
"supervised_keys": null,
"builder_name": "personachat_truecased",
"config_name": "sample",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 22552,
"num_examples": 14,
"dataset_name": "personachat_truecased"
},
"validation": {
"name": "validation",
"num_bytes": 24568,
"num_examples": 15,
"dataset_name": "personachat_truecased"
}
},
"download_checksums": {
"./personachat_truecased_sample_train.json": {
"num_bytes": 21396,
"checksum": "cba1d219748010a15e47bdb5fbc78903bd77c52ffa2ff8fdb96e6e68d1747e5a"
},
"./personachat_truecased_sample_valid.json": {
"num_bytes": 23092,
"checksum": "f0f956b6e6b359949073dc47117e192140a289ec974f2edb77c230f5a63e6420"
}
},
"download_size": 44488,
"post_processing_size": null,
"dataset_size": 47120,
"size_in_bytes": 91608
}
}