File size: 740 Bytes
e539196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b16b29d
e539196
b16b29d
 
e539196
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
dataset_info:
  features:
  - name: book_number
    dtype: int64
  - name: book_title_en
    dtype: string
  - name: book_title_ar
    dtype: string
  - name: chapter_title_en
    dtype: string
  - name: chapter_title_ar
    dtype: string
  - name: hadith_reference
    dtype: string
  - name: in_book_reference
    dtype: string
  - name: narrator
    dtype: string
  - name: english_text
    dtype: string
  - name: arabic_text
    dtype: string
  - name: source
    dtype: string
  - name: sunnah_link
    dtype: string
  splits:
  - name: train
    num_bytes: 14412290
    num_examples: 7368
  download_size: 4609866
  dataset_size: 14412290
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---