Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -94,16 +94,11 @@ from datasets import load_dataset
|
|
| 94 |
dataset = load_dataset("nazimali/quran-question-answer-context")
|
| 95 |
```
|
| 96 |
|
| 97 |
-
|
| 98 |
```python
|
| 99 |
DatasetDict({
|
| 100 |
train: Dataset({
|
| 101 |
-
features: ['q_id', 'question', 'answer', 'q_word', 'q_topic', 'fine_class', 'class', 'ontology_concept', 'ontology_concept2', 'source', 'q_src_id', 'quetion_type', 'chapter_name', 'chapter_no', 'verse', '
|
| 102 |
-
num_rows:
|
| 103 |
-
})
|
| 104 |
-
test: Dataset({
|
| 105 |
-
features: ['q_id', 'question', 'answer', 'q_word', 'q_topic', 'fine_class', 'class', 'ontology_concept', 'ontology_concept2', 'source', 'q_src_id', 'quetion_type', 'chapter_name', 'chapter_no', 'verse', 'question_en', 'answer_en', 'q_word_en', 'q_topic_en', 'fine_class_en', 'class_en', 'ontology_concept_en', 'chapter_name_en', 'context'],
|
| 106 |
-
num_rows: 245
|
| 107 |
})
|
| 108 |
})
|
| 109 |
```
|
|
|
|
| 94 |
dataset = load_dataset("nazimali/quran-question-answer-context")
|
| 95 |
```
|
| 96 |
|
|
|
|
| 97 |
```python
|
| 98 |
DatasetDict({
|
| 99 |
train: Dataset({
|
| 100 |
+
features: ['q_id', 'question', 'answer', 'q_word', 'q_topic', 'fine_class', 'class', 'ontology_concept', 'ontology_concept2', 'source', 'q_src_id', 'quetion_type', 'chapter_name', 'chapter_no', 'verse', 'answer_en', 'class_en', 'fine_class_en', 'ontology_concept2_en', 'ontology_concept_en', 'q_topic_en', 'q_word_en', 'question_en', 'chapter_name_en', 'verse_list', 'context', 'context_data', 'context_missing_verses'],
|
| 101 |
+
num_rows: 1224
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
})
|
| 103 |
})
|
| 104 |
```
|