holylovenia commited on
Commit
be22107
1 Parent(s): 20d4fea

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +167 -0
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - dtr
22
+ - enc
23
+ - fil
24
+ - gal
25
+ - hil
26
+ - hre
27
+ - hro
28
+ - idt
29
+ - ilo
30
+ - ind
31
+ - jra
32
+ - kak
33
+ - khb
34
+ - khm
35
+ - kqr
36
+ - krr
37
+ - ksw
38
+ - lhu
39
+ - llg
40
+ - lsi
41
+ - lwl
42
+ - mdr
43
+ - mgm
44
+ - mhx
45
+ - mkz
46
+ - mnw
47
+ - mqj
48
+ - mry
49
+ - msb
50
+ - mya
51
+ - nod
52
+ - nst
53
+ - nxa
54
+ - nxl
55
+ - pag
56
+ - pce
57
+ - pdu
58
+ - pea
59
+ - pmf
60
+ - sea
61
+ - sgd
62
+ - shn
63
+ - sml
64
+ - snl
65
+ - tdt
66
+ - tet
67
+ - tha
68
+ - tkd
69
+ - tnt
70
+ - tom
71
+ - tpu
72
+ - vie
73
+ - war
74
+ - wms
75
+ - wnk
76
+ - xmm
77
+ - yet
78
+ - zlm
79
+ pretty_name: Bloom Captioning
80
+ task_categories:
81
+ - image-captioning
82
+ tags:
83
+ - image-captioning
84
+ ---
85
+
86
+
87
+ This is a Bloom Library dataset developed for the image captioning task.
88
+ It covers 74 languages indigenous to SEA overall, amounting to total data of 21K.
89
+ This dataset belongs to a CC license, where its datapoints has specific license attached to it.
90
+ Before using this dataloader, please accept the acknowledgement at https://huggingface.co/datasets/sil-ai/bloom-captioning and use huggingface-cli login for authentication.
91
+
92
+
93
+ ## Languages
94
+
95
+ abc, ahk, bfn, bjn, bkx, brb, brv, bya, bzi, ceb, cgc, cmo, ddg, dmg, dnw, dtp, dtr, enc, fil, gal, hil, hre, hro, idt, ilo, ind, jra, kak, khb, khm, kqr, krr, ksw, lhu, llg, lsi, lwl, mdr, mgm, mhx, mkz, mnw, mqj, mry, msb, mya, nod, nst, nxa, nxl, pag, pce, pdu, pea, pmf, sea, sgd, shn, sml, snl, tdt, tet, tha, tkd, tnt, tom, tpu, vie, war, wms, wnk, xmm, yet, zlm
96
+
97
+ ## Supported Tasks
98
+
99
+ Image Captioning
100
+
101
+ ## Dataset Usage
102
+ ### Using `datasets` library
103
+ ```
104
+ from datasets import load_dataset
105
+ dset = datasets.load_dataset("SEACrowd/bloom_captioning", trust_remote_code=True)
106
+ ```
107
+ ### Using `seacrowd` library
108
+ ```import seacrowd as sc
109
+ # Load the dataset using the default config
110
+ dset = sc.load_dataset("bloom_captioning", schema="seacrowd")
111
+ # Check all available subsets (config names) of the dataset
112
+ print(sc.available_config_names("bloom_captioning"))
113
+ # Load the dataset using a specific config
114
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
115
+ ```
116
+
117
+ 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).
118
+
119
+
120
+ ## Dataset Homepage
121
+
122
+ [https://huggingface.co/datasets/sil-ai/bloom-captioning](https://huggingface.co/datasets/sil-ai/bloom-captioning)
123
+
124
+ ## Dataset Version
125
+
126
+ Source: 0.1.0. SEACrowd: 2024.06.20.
127
+
128
+ ## Dataset License
129
+
130
+ Creative Commons license family (cc)
131
+
132
+ ## Citation
133
+
134
+ If you are using the **Bloom Captioning** dataloader in your work, please cite the following:
135
+ ```
136
+
137
+ @inproceedings{leong-etal-2022-bloom,
138
+ title = "Bloom Library: Multimodal Datasets in 300+ Languages for a Variety of Downstream Tasks",
139
+ author = "Leong, Colin and
140
+ Nemecek, Joshua and
141
+ Mansdorfer, Jacob and
142
+ Filighera, Anna and
143
+ Owodunni, Abraham and
144
+ Whitenack, Daniel",
145
+ editor = "Goldberg, Yoav and
146
+ Kozareva, Zornitsa and
147
+ Zhang, Yue",
148
+ booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
149
+ month = dec,
150
+ year = "2022",
151
+ address = "Abu Dhabi, United Arab Emirates",
152
+ publisher = "Association for Computational Linguistics",
153
+ url = "https://aclanthology.org/2022.emnlp-main.590",
154
+ doi = "10.18653/v1/2022.emnlp-main.590",
155
+ pages = "8608--8621",
156
+ }
157
+
158
+
159
+ @article{lovenia2024seacrowd,
160
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
161
+ 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},
162
+ year={2024},
163
+ eprint={2406.10118},
164
+ journal={arXiv preprint arXiv: 2406.10118}
165
+ }
166
+
167
+ ```