riversnow/10kgnad
10kGNAD - Ten Thousand German News Articles Dataset German news articels, categorized. Category is the actual category name, one of: 'Etat', 'Inland', 'International', 'Kultur', 'Panorama', 'Sport', 'Web', 'Wirtschaft', 'Wissenschaft'. The label is the index as an integer. DatasetDict({ train: Dataset({ features: ['category', 'text', 'label'], num_rows: 9245 }) test: Dataset({ features: ['category', 'text', 'label'], num_rows: 1028… See the full description on the dataset page: https://huggingface.co/datasets/riversnow/10kgnad.
10kGNAD - Ten Thousand German News Articles Dataset
German news articels, categorized. Category is the actual category name, one of: 'Etat', 'Inland', 'International', 'Kultur', 'Panorama', 'Sport', 'Web', 'Wirtschaft', 'Wissenschaft'. The label is the index as an integer.
DatasetDict({
train: Dataset({
features: ['category', 'text', 'label'],
num_rows: 9245
})
test: Dataset({
features: ['category', 'text', 'label'],
num_rows: 1028
})
})Huggingface datasets version of https://github.com/tblock/10kGNAD
