iamshnoo commited on
Commit
339fc31
1 Parent(s): de5ea82

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: answer
7
+ dtype: string
8
+ - name: candidate_answers
9
+ dtype: string
10
+ - name: context
11
+ dtype: string
12
+ splits:
13
+ - name: en
14
+ num_bytes: 16198
15
+ num_examples: 125
16
+ - name: fa
17
+ num_bytes: 23086
18
+ num_examples: 125
19
+ - name: hi
20
+ num_bytes: 33744
21
+ num_examples: 125
22
+ - name: sw
23
+ num_bytes: 16568
24
+ num_examples: 125
25
+ - name: zh
26
+ num_bytes: 14951
27
+ num_examples: 125
28
+ download_size: 33220
29
+ dataset_size: 104547
30
+ ---
31
+ # Dataset Card for "geomlama"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)