Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,27 +1,63 @@
|
|
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:
|
19 |
-
num_examples:
|
20 |
- name: test
|
21 |
-
num_bytes:
|
22 |
-
num_examples:
|
23 |
-
download_size:
|
24 |
-
dataset_size:
|
25 |
license: other
|
26 |
task_categories:
|
27 |
- question-answering
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: q_id
|
5 |
+
dtype: int64
|
6 |
- name: question
|
7 |
dtype: string
|
8 |
- name: answer
|
9 |
dtype: string
|
10 |
+
- name: q_word
|
11 |
+
dtype: string
|
12 |
+
- name: q_topic
|
13 |
+
dtype: string
|
14 |
+
- name: fine_class
|
15 |
+
dtype: string
|
16 |
+
- name: class
|
17 |
+
dtype: string
|
18 |
+
- name: ontology_concept
|
19 |
+
dtype: string
|
20 |
+
- name: ontology_concept2
|
21 |
+
dtype: string
|
22 |
+
- name: source
|
23 |
+
dtype: string
|
24 |
+
- name: q_src_id
|
25 |
+
dtype: int64
|
26 |
+
- name: quetion_type
|
27 |
+
dtype: string
|
28 |
+
- name: chapter_name
|
29 |
+
dtype: string
|
30 |
- name: chapter_no
|
31 |
dtype: int64
|
32 |
- name: verse
|
33 |
sequence: string
|
34 |
+
- name: question_en
|
35 |
+
dtype: string
|
36 |
+
- name: answer_en
|
37 |
+
dtype: string
|
38 |
+
- name: q_word_en
|
39 |
+
dtype: string
|
40 |
+
- name: q_topic_en
|
41 |
+
dtype: string
|
42 |
+
- name: fine_class_en
|
43 |
+
dtype: string
|
44 |
+
- name: class_en
|
45 |
+
dtype: string
|
46 |
+
- name: ontology_concept_en
|
47 |
+
dtype: string
|
48 |
+
- name: chapter_name_en
|
49 |
+
dtype: string
|
50 |
- name: context
|
51 |
dtype: string
|
|
|
|
|
52 |
splits:
|
53 |
- name: train
|
54 |
+
num_bytes: 2172733.7563368767
|
55 |
+
num_examples: 978
|
56 |
- name: test
|
57 |
+
num_bytes: 544294.2436631235
|
58 |
+
num_examples: 245
|
59 |
+
download_size: 1478325
|
60 |
+
dataset_size: 2717028.0
|
61 |
license: other
|
62 |
task_categories:
|
63 |
- question-answering
|