File size: 566 Bytes
fd19acc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f78ae5
fd19acc
 
2f78ae5
fd19acc
2f78ae5
 
fd19acc
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: 제목
    dtype: string
  - name: 키워드
    dtype: string
  - name: 특성추출(가중치순 상위 50개)
    dtype: string
  - name: 본문
    dtype: string
  - name: 카테고리
    dtype: string
  splits:
  - name: train
    num_bytes: 157958176
    num_examples: 69955
  - name: test
    num_bytes: 67689108
    num_examples: 29982
  download_size: 136185726
  dataset_size: 225647284
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---