File size: 787 Bytes
fa6ec90
 
 
 
 
 
 
 
 
4aca624
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
010d111
 
fa6ec90
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
---
license: apache-2.0
task_categories:
- summarization
language:
- ko
size_categories:
- 10K<n<100K
---
This dataset is a custom dataset created by the author by crawling Naver News (https://news.naver.com) for the Korean NLP model hands-on.

- Period: July 1, 2022 - July 10, 2022
- Subject: IT, economics

```
DatasetDict({
    train: Dataset({
        features: ['date', 'category', 'press', 'title', 'document', 'link', 'summary'],
        num_rows: 22194
    })
    test: Dataset({
        features: ['date', 'category', 'press', 'title', 'document', 'link', 'summary'],
        num_rows: 2740
    })
    validation: Dataset({
        features: ['date', 'category', 'press', 'title', 'document', 'link', 'summary'],
        num_rows: 2466
    })
})
```
---
license: apache-2.0
---