worldboss commited on
Commit
d8a0abc
1 Parent(s): b319704

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ dataset_info:
11
+ features:
12
+ - name: title
13
+ dtype: string
14
+ - name: content
15
+ dtype: string
16
+ - name: author
17
+ dtype: string
18
+ - name: category
19
+ dtype: string
20
+ - name: published_date
21
+ dtype: string
22
+ - name: page_url
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 37552844
27
+ num_examples: 9969
28
+ - name: test
29
+ num_bytes: 9997637
30
+ num_examples: 8773
31
+ download_size: 17155500
32
+ dataset_size: 47550481
33
  ---