Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,30 @@ configs:
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- split: train
|
| 24 |
path: data/train-*
|
| 25 |
---
|
| 26 |
+
|
| 27 |
+
This is a backup of the KenSwQuAD dataset available at https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/OTL0LM
|
| 28 |
+
|
| 29 |
+
This dataset was NOT made by Lightblue KK., but simply reuploaded for ease of downloading. The original data files require downloading each individual text file, so we re-uploaded it as a dataset.
|
| 30 |
+
|
| 31 |
+
If you use this dataset, please give it the appropriate credit by citing:
|
| 32 |
+
|
| 33 |
+
```text
|
| 34 |
+
Wanjawa, Barack; Wanzare, Lilian D.A.; Indede, Florence; McOnyango, Owen; Muchemi, Lawrence; Ombui, Edward,
|
| 35 |
+
2022,
|
| 36 |
+
"KenSwQuAD – A Question Answering Dataset for Swahili Low Resource Language"
|
| 37 |
+
https://doi.org/10.7910/DVN/OTL0LM
|
| 38 |
+
Harvard Dataverse, V2, UNF:6:ozIF07UtsZNF2B+IVjGluw== [fileUNF]
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
```latex
|
| 42 |
+
@data{DVN/OTL0LM_2022,
|
| 43 |
+
author = {Wanjawa, Barack and Wanzare, Lilian D.A. and Indede, Florence and McOnyango, Owen and Muchemi, Lawrence and Ombui, Edward},
|
| 44 |
+
publisher = {Harvard Dataverse},
|
| 45 |
+
title = {{KenSwQuAD – A Question Answering Dataset for Swahili Low Resource Language}},
|
| 46 |
+
UNF = {UNF:6:ozIF07UtsZNF2B+IVjGluw==},
|
| 47 |
+
year = {2022},
|
| 48 |
+
version = {V2},
|
| 49 |
+
doi = {10.7910/DVN/OTL0LM},
|
| 50 |
+
url = {https://doi.org/10.7910/DVN/OTL0LM}
|
| 51 |
+
}
|
| 52 |
+
```
|