fawazahmed0 commited on
Commit
e72ab2e
·
verified ·
1 Parent(s): 0bad311

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,4 +1,39 @@
1
  ---
2
  license: cc0-1.0
3
  source: https://github.com/fawazahmed0/quran-api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
1
  ---
2
  license: cc0-1.0
3
  source: https://github.com/fawazahmed0/quran-api
4
+ dataset_info:
5
+ features:
6
+ - name: chapter
7
+ dtype: int64
8
+ - name: verse
9
+ dtype: int64
10
+ - name: text
11
+ dtype: string
12
+ - name: name
13
+ dtype: string
14
+ - name: author
15
+ dtype: string
16
+ - name: language
17
+ dtype: string
18
+ - name: direction
19
+ dtype: string
20
+ - name: source
21
+ dtype: string
22
+ - name: comments
23
+ dtype: string
24
+ - name: link
25
+ dtype: string
26
+ - name: linkmin
27
+ dtype: string
28
+ splits:
29
+ - name: train
30
+ num_bytes: 1560189035
31
+ num_examples: 3055640
32
+ download_size: 310821206
33
+ dataset_size: 1560189035
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
  ---