File size: 1,190 Bytes
5bbca66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199c0be
 
 
 
 
d393185
199c0be
 
 
 
5bbca66
199c0be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
dataset_info:
  features:
  - name: category
    dtype: string
  - name: text
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 23246239
    num_examples: 9245
  - name: test
    num_bytes: 2587727
    num_examples: 1028
  download_size: 16334175
  dataset_size: 25833966
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
license: mit
language:
- de
pretty_name: 10kGNAD - Ten Thousand German News Articles Dataset
size_categories:
- 10M<n<100M
task_categories:
- text-classification
tags:
- News
---

# 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