ehasler commited on
Commit
5f41f48
·
verified ·
1 Parent(s): 84fea12

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ar
4
+ features:
5
+ - name: context
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: answers
10
+ sequence:
11
+ - name: answer_start
12
+ dtype: int32
13
+ - name: text
14
+ dtype: string
15
+ - name: id
16
+ dtype: string
17
+ splits:
18
+ - name: validation
19
+ num_bytes: 808221
20
+ num_examples: 517
21
+ - name: test
22
+ num_bytes: 8210810
23
+ num_examples: 5335
24
+ download_size: 3948447
25
+ dataset_size: 9019031
26
+ configs:
27
+ - config_name: ar
28
+ data_files:
29
+ - split: validation
30
+ path: ar/validation-*
31
+ - split: test
32
+ path: ar/test-*
33
+ ---
34
+ # Dataset Card for "mlqa"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)