nazimali commited on
Commit
27a8040
1 Parent(s): cdb963a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: answer
7
+ dtype: string
8
+ - name: chapter_no
9
+ dtype: int64
10
+ - name: verse
11
+ sequence: string
12
+ - name: context
13
+ dtype: string
14
+ - name: __index_level_0__
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 53098.4
19
+ num_examples: 56
20
+ - name: test
21
+ num_bytes: 13274.6
22
+ num_examples: 14
23
+ download_size: 73946
24
+ dataset_size: 66373.0
25
+ ---
26
+ # Dataset Card for "quran-question-answer-context"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)