haoranxu commited on
Commit
d5e18ac
1 Parent(s): b8e7ed2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ru-en
4
+ features:
5
+ - name: translation
6
+ struct:
7
+ - name: ru
8
+ dtype: string
9
+ - name: en
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 5427552
14
+ num_examples: 15000
15
+ download_size: 3055858
16
+ dataset_size: 5427552
17
+ configs:
18
+ - config_name: ru-en
19
+ data_files:
20
+ - split: train
21
+ path: ru-en/train-*
22
+ ---
23
+ # Dataset Card for "ALMA-Human-Parallel"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)