fmars commited on
Commit
e863c8a
1 Parent(s): a329bae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: openrail
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: openrail
3
+ dataset_info:
4
+ features:
5
+ - name: 'Unnamed: 0'
6
+ dtype: int64
7
+ - name: text
8
+ dtype: string
9
+ - name: title
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 297704620
14
+ num_examples: 675700
15
+ download_size: 170914035
16
+ dataset_size: 297704620
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
  ---