Referanslar:
Bu veri kümesini TFDS'ye yüklemek için aşağıdaki komutu kullanın:
ds = tfds.load('huggingface:gnad10')
- Tanım :
This dataset is intended to advance topic classification for German texts. A classifier that is efffective in
English may not be effective in German dataset because it has a higher inflection and longer compound words.
The 10kGNAD dataset contains 10273 German news articles from an Austrian online newspaper categorized into
9 categories. Article titles and text are concatenated together and authors are removed to avoid a keyword-like
classification on authors that write frequently about one category. This dataset can be used as a benchmark
for German topic classification.
- Lisans : Bilinen lisans yok
- Sürüm : 1.1.0
- Bölünmeler :
Bölmek | Örnekler |
---|---|
'test' | 1028 |
'train' | 9245 |
- Özellikler :
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"label": {
"num_classes": 9,
"names": [
"Web",
"Panorama",
"International",
"Wirtschaft",
"Sport",
"Inland",
"Etat",
"Wissenschaft",
"Kultur"
],
"names_file": null,
"id": null,
"_type": "ClassLabel"
}
}