Datasets:

ArXiv:
License:
holylovenia commited on
Commit
7971495
1 Parent(s): 3020132

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: cc
4
+ language:
5
+ - abc
6
+ - ahk
7
+ - bfn
8
+ - bjn
9
+ - bkx
10
+ - brb
11
+ - brv
12
+ - bya
13
+ - bzi
14
+ - ceb
15
+ - cgc
16
+ - cmo
17
+ - ddg
18
+ - dmg
19
+ - dnw
20
+ - dtp
21
+ - enc
22
+ - fil
23
+ - hil
24
+ - hro
25
+ - idt
26
+ - ilo
27
+ - ind
28
+ - jra
29
+ - kak
30
+ - khb
31
+ - khm
32
+ - kqr
33
+ - krr
34
+ - ksw
35
+ - lhu
36
+ - lsi
37
+ - lwl
38
+ - mdr
39
+ - mgm
40
+ - mhx
41
+ - mkz
42
+ - mry
43
+ - msb
44
+ - mya
45
+ - nod
46
+ - nxa
47
+ - nxl
48
+ - pag
49
+ - pce
50
+ - pea
51
+ - pmf
52
+ - psp
53
+ - sea
54
+ - sgd
55
+ - sml
56
+ - snl
57
+ - tdt
58
+ - tet
59
+ - tha
60
+ - tkd
61
+ - tpu
62
+ - war
63
+ - wms
64
+ - yet
65
+ - yin
66
+ - zlm
67
+ pretty_name: Bloom Vist
68
+ task_categories:
69
+ - image-captioning
70
+ tags:
71
+ - image-captioning
72
+ ---
73
+
74
+
75
+ BLOOM VIST is a visual storytelling of books that consists of 62 languages indigenous to SEA.
76
+ This dataset is owned by Bloom, a free, open-source software developed by SIL International and associated with Bloom Library, app, and services.
77
+ This dataset is released with the LICENSE family of Creative Commons (although each story datapoints has its licensing in more detail,
78
+ e.g cc-by, cc-by-nc, cc-by-nd, cc-by-sa, cc-by-nc-nd, cc-by-nc-sa).
79
+ Before using this dataloader, please accept the acknowledgement at https://huggingface.co/datasets/sil-ai/bloom-vist and use huggingface-cli login for authentication.
80
+
81
+
82
+ ## Languages
83
+
84
+ abc, ahk, bfn, bjn, bkx, brb, brv, bya, bzi, ceb, cgc, cmo, ddg, dmg, dnw, dtp, enc, fil, hil, hro, idt, ilo, ind, jra, kak, khb, khm, kqr, krr, ksw, lhu, lsi, lwl, mdr, mgm, mhx, mkz, mry, msb, mya, nod, nxa, nxl, pag, pce, pea, pmf, psp, sea, sgd, sml, snl, tdt, tet, tha, tkd, tpu, war, wms, yet, yin, zlm
85
+
86
+ ## Supported Tasks
87
+
88
+ Image Captioning
89
+
90
+ ## Dataset Usage
91
+ ### Using `datasets` library
92
+ ```
93
+ from datasets import load_dataset
94
+ dset = datasets.load_dataset("SEACrowd/bloom_vist", trust_remote_code=True)
95
+ ```
96
+ ### Using `seacrowd` library
97
+ ```import seacrowd as sc
98
+ # Load the dataset using the default config
99
+ dset = sc.load_dataset("bloom_vist", schema="seacrowd")
100
+ # Check all available subsets (config names) of the dataset
101
+ print(sc.available_config_names("bloom_vist"))
102
+ # Load the dataset using a specific config
103
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
104
+ ```
105
+
106
+ More details on how to load the `seacrowd` library can be found [here](https://github.com/SEACrowd/seacrowd-datahub?tab=readme-ov-file#how-to-use).
107
+
108
+
109
+ ## Dataset Homepage
110
+
111
+ [https://huggingface.co/datasets/sil-ai/bloom-vist](https://huggingface.co/datasets/sil-ai/bloom-vist)
112
+
113
+ ## Dataset Version
114
+
115
+ Source: 0.1.0. SEACrowd: 2024.06.20.
116
+
117
+ ## Dataset License
118
+
119
+ Creative Commons license family (cc)
120
+
121
+ ## Citation
122
+
123
+ If you are using the **Bloom Vist** dataloader in your work, please cite the following:
124
+ ```
125
+
126
+ @inproceedings{leong-etal-2022-bloom,
127
+ title = "Bloom Library: Multimodal Datasets in 300+ Languages for a Variety of Downstream Tasks",
128
+ author = "Leong, Colin and
129
+ Nemecek, Joshua and
130
+ Mansdorfer, Jacob and
131
+ Filighera, Anna and
132
+ Owodunni, Abraham and
133
+ Whitenack, Daniel",
134
+ editor = "Goldberg, Yoav and
135
+ Kozareva, Zornitsa and
136
+ Zhang, Yue",
137
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
138
+ month = dec,
139
+ year = "2022",
140
+ address = "Abu Dhabi, United Arab Emirates",
141
+ publisher = "Association for Computational Linguistics",
142
+ url = "https://aclanthology.org/2022.emnlp-main.590",
143
+ doi = "10.18653/v1/2022.emnlp-main.590",
144
+ pages = "8608--8621",
145
+ }
146
+
147
+
148
+ @article{lovenia2024seacrowd,
149
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
150
+ author={Holy Lovenia and Rahmad Mahendra and Salsabil Maulana Akbar and Lester James V. Miranda and Jennifer Santoso and Elyanah Aco and Akhdan Fadhilah and Jonibek Mansurov and Joseph Marvin Imperial and Onno P. Kampman and Joel Ruben Antony Moniz and Muhammad Ravi Shulthan Habibi and Frederikus Hudi and Railey Montalan and Ryan Ignatius and Joanito Agili Lopo and William Nixon and Börje F. Karlsson and James Jaya and Ryandito Diandaru and Yuze Gao and Patrick Amadeus and Bin Wang and Jan Christian Blaise Cruz and Chenxi Whitehouse and Ivan Halim Parmonangan and Maria Khelli and Wenyu Zhang and Lucky Susanto and Reynard Adha Ryanda and Sonny Lazuardi Hermawan and Dan John Velasco and Muhammad Dehan Al Kautsar and Willy Fitra Hendria and Yasmin Moslem and Noah Flynn and Muhammad Farid Adilazuarda and Haochen Li and Johanes Lee and R. Damanhuri and Shuo Sun and Muhammad Reza Qorib and Amirbek Djanibekov and Wei Qi Leong and Quyet V. Do and Niklas Muennighoff and Tanrada Pansuwan and Ilham Firdausi Putra and Yan Xu and Ngee Chia Tai and Ayu Purwarianti and Sebastian Ruder and William Tjhi and Peerat Limkonchotiwat and Alham Fikri Aji and Sedrick Keh and Genta Indra Winata and Ruochen Zhang and Fajri Koto and Zheng-Xin Yong and Samuel Cahyawijaya},
151
+ year={2024},
152
+ eprint={2406.10118},
153
+ journal={arXiv preprint arXiv: 2406.10118}
154
+ }
155
+
156
+ ```