WillHeld commited on
Commit
226ef31
1 Parent(s): 11e174f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: en_query
5
+ dtype: string
6
+ - name: cs_query
7
+ dtype: string
8
+ - name: en_parse
9
+ dtype: string
10
+ - name: cs_parse
11
+ dtype: string
12
+ - name: domain
13
+ dtype: string
14
+ splits:
15
+ - name: validation
16
+ num_bytes: 411962
17
+ num_examples: 1390
18
+ - name: test
19
+ num_bytes: 2003034
20
+ num_examples: 6513
21
+ - name: train
22
+ num_bytes: 894606
23
+ num_examples: 2993
24
+ download_size: 1553636
25
+ dataset_size: 3309602
26
+ ---
27
+ # Dataset Card for "hinglish_top"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)