Skip to content

Commit 550c399

Browse files
author
KoyoAli
committed
Finalise identity: Okwu-AI (GitHub) / Okwu (HF); CITATION.cff org author
1 parent 097afb1 commit 550c399

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

CITATION.cff

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
cff-version: 1.2.0
22
message: "If you use this corpus, please cite it."
3-
title: "NKENNE African Language Parallel Corpus"
3+
title: "African Language Parallel Corpus"
44
type: dataset
55
authors:
6-
- family-names: "[TODO]"
7-
given-names: "[TODO]"
6+
- name: "Okwu"
7+
website: "https://okwu.ai"
88
version: "1.0.0"
9-
doi: "[TODO — from Zenodo once minted]"
10-
date-released: "[TODO]"
11-
license: "[TODO — CC-BY-4.0 or CDLA-Permissive-2.0]"
9+
date-released: "2026-08-31" # set to the actual public release date before publishing
10+
license: CDLA-Permissive-2.0
11+
repository-code: "https://github.com/Okwu-AI/corpus"
12+
url: "https://huggingface.co/datasets/Okwu/african-language-parallel-corpus"
13+
# doi: added when the Zenodo record is reserved

CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Every change needs an owner review. Update as maintainers are added.
2-
* @NKENNEAi-Okwu/maintainers
3-
/schema/ @NKENNEAi-Okwu/maintainers
4-
/release/ @NKENNEAi-Okwu/maintainers
5-
/SECURITY.md @NKENNEAi-Okwu/maintainers
6-
/docs/validation-guide.md @NKENNEAi-Okwu/language-leads
2+
* @Okwu-AI/maintainers
3+
/schema/ @Okwu-AI/maintainers
4+
/release/ @Okwu-AI/maintainers
5+
/SECURITY.md @Okwu-AI/maintainers
6+
/docs/validation-guide.md @Okwu-AI/language-leads

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ validation tooling and documented review process used to produce them.
1111
| | |
1212
|---|---|
1313
| Corpus | 125,000 validated sentence pairs per language pair |
14-
| Access | Hugging Face: `[TODO org/name]` |
14+
| Access | Hugging Face: `Okwu/african-language-parallel-corpus` |
1515
| Citation | See `CITATION.cff` |
1616
| Contributing | See `CONTRIBUTING.md` |
1717
| Governance | See `GOVERNANCE.md` |
@@ -48,7 +48,7 @@ validation tooling and documented review process used to produce them.
4848

4949
```python
5050
from datasets import load_dataset
51-
ds = load_dataset("[TODO org/name]")
51+
ds = load_dataset("Okwu/african-language-parallel-corpus")
5252
```
5353

5454
See `docs/getting-started.md` for loading, filtering and citation guidance.

0 commit comments

Comments
 (0)