caoyq commited on
Commit
2ca383c
1 Parent(s): 2dbc3f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -21
README.md CHANGED
@@ -26,28 +26,21 @@ size_categories:
26
  ---
27
  # Dataset Card for "caoyq_en2zh_dataset"
28
 
29
- dataset_info:
30
- features:
31
- - name: translation
32
- struct:
33
- - name: en
34
- dtype: string
35
- - name: zh
36
- dtype: string
37
- splits:
38
  - name: train
39
- num_bytes: 1864681301
40
- num_examples: 12565044
41
  - name: validation
42
- num_bytes: 93350771
43
- num_examples: 614925
44
- download_size: 1404480140
45
- dataset_size: 1958032072
46
- task_categories:
47
- - translation
48
- language:
49
- - en
50
- - zh
51
- size_categories:
52
  - 100M<n<1B
53
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
26
  ---
27
  # Dataset Card for "caoyq_en2zh_dataset"
28
 
29
+ ## dataset_info:
30
+ en2zh translation data mixed with sra and ground truth data
31
+
32
+ ## splits:
 
 
 
 
 
33
  - name: train
34
+ - num_bytes: 1864681301
35
+ - num_examples: 12565044
36
  - name: validation
37
+ - num_bytes: 93350771
38
+ - num_examples: 614925
39
+
40
+ > download_size: 1404480140
41
+ >
42
+ > dataset_size: 1958032072
43
+
44
+ ## size_categories:
 
 
45
  - 100M<n<1B
46
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)