Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,107 +1,64 @@
|
|
| 1 |
-
---
|
| 2 |
-
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: id
|
| 5 |
-
dtype: int64
|
| 6 |
-
- name: image_id
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: eng
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: afr
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: amh
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: bem
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: cjk
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: dik
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: dyu
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: ewe
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: fuv
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: hau
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: ibo
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: kik
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: kab
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: kam
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: kon
|
| 37 |
-
dtype: string
|
| 38 |
-
- name: kmb
|
| 39 |
-
dtype: string
|
| 40 |
-
- name: lua
|
| 41 |
-
dtype: string
|
| 42 |
-
- name: lug
|
| 43 |
-
dtype: string
|
| 44 |
-
- name: lin
|
| 45 |
-
dtype: string
|
| 46 |
-
- name: kin
|
| 47 |
-
dtype: string
|
| 48 |
-
- name: yor
|
| 49 |
-
dtype: string
|
| 50 |
-
splits:
|
| 51 |
-
- name: train
|
| 52 |
-
num_bytes: 12340971
|
| 53 |
-
num_examples: 8091
|
| 54 |
-
download_size: 5936673
|
| 55 |
-
dataset_size: 12340971
|
| 56 |
-
configs:
|
| 57 |
-
- config_name: default
|
| 58 |
-
data_files:
|
| 59 |
-
- split: train
|
| 60 |
-
path: data/train-*
|
| 61 |
-
license: apache-2.0
|
| 62 |
-
task_categories:
|
| 63 |
-
- translation
|
| 64 |
-
---
|
| 65 |
-
## AfriMMD - African Multilingual Multimodal Dataset (POC)
|
| 66 |
-
AfriMMD is a multilingual dataset created to enhance linguistic diversity in AI,
|
| 67 |
-
focusing on African languages. This is a proof-of-concept experiment on the use
|
| 68 |
-
of multimodal datasets to represent African languages in AI. The dataset contains
|
| 69 |
-
translations of the captions in the widely-used Flickr8k dataset into 20 African
|
| 70 |
-
languages. The goal is to address the underrepresentation of African languages
|
| 71 |
-
in AI and foster more inclusive AI technologies. The image-text pairs have been
|
| 72 |
-
carefully translated into multiple African languages, providing an avenue
|
| 73 |
-
for advanced and inclusive AI development, particularly in multimodal tasks that
|
| 74 |
-
involve both text and images.
|
| 75 |
-
|
| 76 |
-
Images associated with the dataset can manually be downloaded from [Github](https://github.com/jbrownlee/Datasets/releases/tag/Flickr8k)
|
| 77 |
-
or [Kaggle](https://www.kaggle.com/datasets/adityajn105/flickr8k?select=Images)
|
| 78 |
-
|
| 79 |
-
## Supported Languages
|
| 80 |
-
Amharic (amh), Bemba (bem), Chokwe (cjk), Rek (dik), Dyula (dyu), Ewe (ewe),
|
| 81 |
-
Fulfulde (fuv), Hausa (hau), Igbo (ibo), Kikuyu (kik), Kabyle (kab),
|
| 82 |
-
Kamba (kam), Kikongo (kon), Kimbundu (kmb), LubaKasai (lua), Ganda (lug),
|
| 83 |
-
Lingala (lin), Kinyarwanda (kin), Yoruba (yor)
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
## Load Dataset
|
| 87 |
-
```python
|
| 88 |
-
from datasets import load_dataset
|
| 89 |
-
|
| 90 |
-
dataset = load_dataset('AfriMM/AfriMMD')
|
| 91 |
-
```
|
| 92 |
-
|
| 93 |
-
## Applications
|
| 94 |
-
- Multilingual multimodal tasks (eg: image captioning in African languages, pre-trained vision-language models, etc.)
|
| 95 |
-
- Translation and language learning for supported African languages.
|
| 96 |
-
- Research on cross-cultural understanding and representation in AI.
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
## Citation
|
| 100 |
-
```bibtex
|
| 101 |
-
@dataset{afrimm2024,
|
| 102 |
-
author = {AfriMM - ML Collective},
|
| 103 |
-
title = {AfriMMD: Multimodal Dataset for African Languages},
|
| 104 |
-
year = 2024,
|
| 105 |
-
url = {https://huggingface.co/datasets/AfriMM/AfriMMD}
|
| 106 |
-
}
|
| 107 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: id
|
| 5 |
+
dtype: int64
|
| 6 |
+
- name: image_id
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: eng
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: afr
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: amh
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: bem
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: cjk
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: dik
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: dyu
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: ewe
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: fuv
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: hau
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: ibo
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: kik
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: kab
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: kam
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: kon
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: kmb
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: lua
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: lug
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: lin
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: kin
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: yor
|
| 49 |
+
dtype: string
|
| 50 |
+
splits:
|
| 51 |
+
- name: train
|
| 52 |
+
num_bytes: 12340971
|
| 53 |
+
num_examples: 8091
|
| 54 |
+
download_size: 5936673
|
| 55 |
+
dataset_size: 12340971
|
| 56 |
+
configs:
|
| 57 |
+
- config_name: default
|
| 58 |
+
data_files:
|
| 59 |
+
- split: train
|
| 60 |
+
path: data/train-*
|
| 61 |
+
license: apache-2.0
|
| 62 |
+
task_categories:
|
| 63 |
+
- translation
|
| 64 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|