SaiedAlshahrani commited on
Commit
1ebda18
1 Parent(s): 8774674

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: context_ar
12
+ dtype: string
13
+ - name: context_en
14
+ dtype: string
15
+ - name: question_ar
16
+ dtype: string
17
+ - name: question_en
18
+ dtype: string
19
+ - name: answers_ar
20
+ dtype: string
21
+ - name: answers_en
22
+ dtype: string
23
+ - name: id
24
+ dtype: string
25
+ splits:
26
+ - name: test
27
+ num_bytes: 15175785
28
+ num_examples: 5335
29
+ - name: validation
30
+ num_bytes: 1460295
31
+ num_examples: 517
32
+ download_size: 7641165
33
+ dataset_size: 16636080
34
+ ---
35
+ # Dataset Card for "mlqa_parallel_ar_eg"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)