daekeun-ml commited on
Commit
4aca624
·
1 Parent(s): 6b57755

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
 
1
+ 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.
2
+
3
+ - Period: July 1, 2022 - July 10, 2022
4
+ - Subject: IT, economics
5
+
6
+ ```
7
+ DatasetDict({
8
+ train: Dataset({
9
+ features: ['date', 'category', 'press', 'title', 'document', 'link', 'summary'],
10
+ num_rows: 22194
11
+ })
12
+ test: Dataset({
13
+ features: ['date', 'category', 'press', 'title', 'document', 'link', 'summary'],
14
+ num_rows: 2740
15
+ })
16
+ validation: Dataset({
17
+ features: ['date', 'category', 'press', 'title', 'document', 'link', 'summary'],
18
+ num_rows: 2466
19
+ })
20
+ })
21
+ ```
22
  ---
23
  license: apache-2.0
24
  ---