oriki101 commited on
Commit
b009740
·
1 Parent(s): b3eae07

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: odc-by
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: odc-by
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: text
11
+ dtype: string
12
+ - name: timestamp
13
+ dtype: int64
14
+ - name: url
15
+ dtype: string
16
+ - name: score
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 5152049
21
+ num_examples: 501
22
+ download_size: 2669350
23
+ dataset_size: 5152049
24
  ---