EricPeter commited on
Commit
ca6f79a
1 Parent(s): 86b09b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: test
5
+ struct:
6
+ - name: en
7
+ dtype: string
8
+ - name: lg
9
+ dtype: string
10
+ - name: train
11
+ struct:
12
+ - name: en
13
+ dtype: string
14
+ - name: lg
15
+ dtype: string
16
+ - name: val
17
+ struct:
18
+ - name: en
19
+ dtype: string
20
+ - name: lg
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 4056462
25
+ num_examples: 12157
26
+ download_size: 2677930
27
+ dataset_size: 4056462
28
+ ---
29
+ # Dataset Card for "processed_demo"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)