bot-yaya commited on
Commit
2384ce6
1 Parent(s): 939454f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: record
10
+ dtype: string
11
+ - name: clean_para_index_set_pair
12
+ dtype: string
13
+ - name: src
14
+ dtype: string
15
+ - name: dst
16
+ dtype: string
17
+ - name: src_text
18
+ dtype: string
19
+ - name: dst_text
20
+ dtype: string
21
+ - name: src_rate
22
+ dtype: float64
23
+ - name: dst_rate
24
+ dtype: float64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 8884444751
28
+ num_examples: 15331650
29
+ download_size: 2443622169
30
+ dataset_size: 8884444751
31
+ ---
32
+ # Dataset Card for "undl_zh2en_aligned"
33
+
34
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)