jitx commited on
Commit
9916fb4
·
1 Parent(s): bcc0185

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: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
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: target
13
+ dtype: string
14
+ - name: src_fm
15
+ dtype: string
16
+ - name: src_fm_fc
17
+ dtype: string
18
+ - name: src_fm_fc_co
19
+ dtype: string
20
+ - name: src_fm_fc_ms
21
+ dtype: string
22
+ - name: src_fm_fc_ms_ff
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 3399525755
27
+ num_examples: 624022
28
+ - name: test
29
+ num_bytes: 907751466
30
+ num_examples: 156922
31
+ download_size: 558984469
32
+ dataset_size: 4307277221
33
  ---