polym commited on
Commit
1452797
1 Parent(s): 8dd7bfc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: couplet_in
6
+ dtype: string
7
+ - name: couplet_out
8
+ dtype: string
9
+ splits:
10
+ - name: train
11
+ num_bytes: 47441643
12
+ num_examples: 744915
13
+ download_size: 43195316
14
+ dataset_size: 47441643
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: data/train-*
20
  ---