Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

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

Downloads last month
1,751