Update README.md
Browse files
README.md
CHANGED
@@ -46,14 +46,6 @@ configs:
|
|
46 |
| `Answer_text_length` | integer | The length of the answer text (in characters) |
|
47 |
| `Answer_language_probability` | float | The confidence score of the language detection algorithm |
|
48 |
|
49 |
-
---
|
50 |
-
splits:
|
51 |
-
- name: train
|
52 |
-
num_bytes: 1847812
|
53 |
-
num_examples: 2639
|
54 |
-
download_size: 901939
|
55 |
-
dataset_size: 1847812
|
56 |
-
---
|
57 |
|
58 |
|
59 |
## Usage
|
@@ -73,9 +65,11 @@ MIT
|
|
73 |
|
74 |
If you use this dataset in your research, please cite it as:
|
75 |
|
76 |
-
|
77 |
-
title={Nigerian Healthcare Forum Q\&A Dataset},
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
}
|
|
|
|
|
|
46 |
| `Answer_text_length` | integer | The length of the answer text (in characters) |
|
47 |
| `Answer_language_probability` | float | The confidence score of the language detection algorithm |
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
## Usage
|
|
|
65 |
|
66 |
If you use this dataset in your research, please cite it as:
|
67 |
|
68 |
+
```@dataset {NaijaMed_QA_Dataset,
|
69 |
+
title = {Nigerian Healthcare Forum Q\&A Dataset},
|
70 |
+
author = {Ayomide Owoyemi}
|
71 |
+
year = {2024},
|
72 |
+
publisher = {Hugging Face Datasets},
|
73 |
+
version = {1.0.0},
|
74 |
+
url = {https://huggingface.co/datasets/Ayomidejoe/NaijaMed_QA_Dataset},
|
75 |
+
}
|