create readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Yorùbá Academic Wikipedia Q&A Dataset
|
| 2 |
+
|
| 3 |
+
This dataset contains ~5,000 instruction-style academic question–answer pairs
|
| 4 |
+
in **pure Yorùbá with tone marks**, derived from Yorùbá Wikipedia.
|
| 5 |
+
|
| 6 |
+
## Format
|
| 7 |
+
Each sample follows:
|
| 8 |
+
- instruction: academic question in Yorùbá
|
| 9 |
+
- input: empty
|
| 10 |
+
- output: academic answer in Yorùbá
|
| 11 |
+
|
| 12 |
+
## Intended Use
|
| 13 |
+
- Instruction tuning
|
| 14 |
+
- Low-resource language modeling
|
| 15 |
+
- Educational assistants
|
| 16 |
+
|
| 17 |
+
## Source
|
| 18 |
+
- Yorùbá Wikipedia (cleaned & deduplicated)
|