norwegian_parliament / dataset_infos.json
pere's picture
jsonlines
4e81ff1
{
"NbAiLab/norwegian_parliament": {
"description": "The Norwegian Parliament Speeches dataset contains transcriptions of speeches made by members of the Norwegian Parliament. The dataset covers speeches from two major parties: Fremskrittspartiet and Sosialistisk Venstreparti from 1998 to 2016.",
"citation": "@misc{nbailab_norwegian_parliament, title={Norwegian Parliament Speech Dataset}, author={NbAiLab}, year={2021}}",
"homepage": "https://github.com/NBAiLab/notram/",
"license": "",
"features": {
"label": {
"dtype": "string",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"full_label": {
"dtype": "string",
"_type": "Value"
},
"date": {
"dtype": "string",
"_type": "Value"
}
},
"splits": {
"train": {
"name": "train",
"num_bytes": 7513062,
"num_examples": 3600,
"dataset_name": "NbAiLab/norwegian_parliament"
},
"validation": {
"name": "validation",
"num_bytes": 2689316,
"num_examples": 1200,
"dataset_name": "NbAiLab/norwegian_parliament"
},
"test": {
"name": "test",
"num_bytes": 2651233,
"num_examples": 1200,
"dataset_name": "NbAiLab/norwegian_parliament"
}
},
"post_processed": null,
"supervised_keys": {
"input": "text",
"output": "label"
},
"builder_name": "norwegian_parliament",
"config_name": "default",
"version": {
"version_str": "1.0.0",
"description": "Initial version.",
"major": 1,
"minor": 0,
"patch": 0
},
"download_size": 12848611,
"post_processing_size": null,
"dataset_size": 12848611,
"size_in_bytes": 25697222
}
}