Zaid commited on
Commit
5c86cb5
·
1 Parent(s): 5a0522b

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: id
5
+ dtype: string
6
+ - name: context
7
+ dtype: string
8
+ - name: question
9
+ dtype: string
10
+ - name: answers
11
+ sequence:
12
+ - name: text
13
+ dtype: string
14
+ - name: answer_start
15
+ dtype: int32
16
+ splits:
17
+ - name: train
18
+ num_bytes: 1394144.8109243698
19
+ num_examples: 963
20
+ - name: validation
21
+ num_bytes: 172277.5
22
+ num_examples: 119
23
+ - name: test
24
+ num_bytes: 156352.68907563025
25
+ num_examples: 108
26
+ download_size: 406718
27
+ dataset_size: 1722775.0
28
+ ---
29
+ # Dataset Card for "xquad_ar"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)