holylovenia commited on
Commit
51305d7
1 Parent(s): 4b26014

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +198 -0
README.md ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: unknown
4
+ language:
5
+ - ifa
6
+ - ace
7
+ - btm
8
+ - mqj
9
+ - mbs
10
+ - nbq
11
+ - gor
12
+ - zyp
13
+ - tbl
14
+ - kjp
15
+ - kmk
16
+ - kqe
17
+ - ptu
18
+ - blw
19
+ - ceb
20
+ - prf
21
+ - yva
22
+ - zlm
23
+ - bps
24
+ - tdt
25
+ - mya
26
+ - dgc
27
+ - lus
28
+ - wrs
29
+ - abx
30
+ - rgu
31
+ - aaz
32
+ - agn
33
+ - ccp
34
+ - cmn
35
+ - jav
36
+ - obo
37
+ - due
38
+ - msk
39
+ - xsb
40
+ - syb
41
+ - ind
42
+ - lbk
43
+ - min
44
+ - smk
45
+ - att
46
+ - nod
47
+ - tdj
48
+ - atb
49
+ - atd
50
+ - pag
51
+ - hvn
52
+ - ksc
53
+ - lao
54
+ - kkl
55
+ - lti
56
+ - dao
57
+ - cgc
58
+ - tbk
59
+ - gdg
60
+ - amk
61
+ - mbd
62
+ - clu
63
+ - msb
64
+ - sbl
65
+ - cek
66
+ - khm
67
+ - yue
68
+ - sgb
69
+ - beu
70
+ - eip
71
+ - ifu
72
+ - mnw
73
+ - suc
74
+ - bgs
75
+ - pam
76
+ - ebk
77
+ - eng
78
+ - nfa
79
+ - cbk
80
+ - ify
81
+ - csy
82
+ - heg
83
+ - shn
84
+ - mta
85
+ - mbt
86
+ - lex
87
+ - tha
88
+ - mmn
89
+ - sun
90
+ - vie
91
+ - llg
92
+ - xnn
93
+ - txq
94
+ - bcl
95
+ - kje
96
+ - kne
97
+ - san
98
+ - hlt
99
+ - kyu
100
+ - bkd
101
+ - duo
102
+ - tet
103
+ - ury
104
+ - yka
105
+ - bjn
106
+ - tiy
107
+ - ivv
108
+ - agt
109
+ - ban
110
+ - blz
111
+ - mbi
112
+ - ilo
113
+ - mkn
114
+ - isd
115
+ - cth
116
+ - bpr
117
+ - por
118
+ - mbb
119
+ - tgl
120
+ - msm
121
+ - ivb
122
+ - tam
123
+ - plw
124
+ - alp
125
+ - row
126
+ pretty_name: Lti Langid Corpus
127
+ task_categories:
128
+ - language-identification
129
+ tags:
130
+ - language-identification
131
+ ---
132
+
133
+ The LTI LangID corpus is a dataset for language identification.
134
+ The most recent version, v5, contains training data for 1266 languages, and some (possibly very tiny) amount of text for a total of 1706 languages.
135
+ This dataloader can only be executed in a BASH environment at the moment. (See https://github.com/SEACrowd/seacrowd-datahub/pull/405)
136
+
137
+
138
+ ## Languages
139
+
140
+ ifa, ace, btm, mqj, mbs, nbq, gor, zyp, tbl, kjp, kmk, kqe, ptu, blw, ceb, prf, yva, zlm, bps, tdt, mya, dgc, lus, wrs, abx, rgu, aaz, agn, ccp, cmn, jav, obo, due, msk, xsb, syb, ind, lbk, min, smk, att, nod, tdj, atb, atd, pag, hvn, ksc, lao, kkl, lti, dao, cgc, tbk, gdg, amk, mbd, clu, msb, sbl, cek, khm, yue, sgb, beu, eip, ifu, mnw, suc, bgs, pam, ebk, eng, nfa, cbk, ify, csy, heg, shn, mta, mbt, lex, tha, mmn, sun, vie, llg, xnn, txq, bcl, kje, kne, san, hlt, kyu, bkd, duo, tet, ury, yka, bjn, tiy, ivv, agt, ban, blz, mbi, ilo, mkn, isd, cth, bpr, por, mbb, tgl, msm, ivb, tam, plw, alp, row
141
+
142
+ ## Supported Tasks
143
+
144
+ Language Identification
145
+
146
+ ## Dataset Usage
147
+ ### Using `datasets` library
148
+ ```
149
+ from datasets import load_dataset
150
+ dset = datasets.load_dataset("SEACrowd/lti_langid_corpus", trust_remote_code=True)
151
+ ```
152
+ ### Using `seacrowd` library
153
+ ```import seacrowd as sc
154
+ # Load the dataset using the default config
155
+ dset = sc.load_dataset("lti_langid_corpus", schema="seacrowd")
156
+ # Check all available subsets (config names) of the dataset
157
+ print(sc.available_config_names("lti_langid_corpus"))
158
+ # Load the dataset using a specific config
159
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
160
+ ```
161
+
162
+ 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).
163
+
164
+
165
+ ## Dataset Homepage
166
+
167
+ [https://www.cs.cmu.edu/~ralf/langid.html](https://www.cs.cmu.edu/~ralf/langid.html)
168
+
169
+ ## Dataset Version
170
+
171
+ Source: 5.0.0. SEACrowd: 2024.06.20.
172
+
173
+ ## Dataset License
174
+
175
+ Unknown (unknown)
176
+
177
+ ## Citation
178
+
179
+ If you are using the **Lti Langid Corpus** dataloader in your work, please cite the following:
180
+ ```
181
+ @inproceedings{brown2014non,
182
+ title={Non-linear mapping for improved identification of 1300+ languages},
183
+ author={Brown, Ralf D},
184
+ booktitle={Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
185
+ pages={627--632},
186
+ year={2014}
187
+ }
188
+
189
+
190
+ @article{lovenia2024seacrowd,
191
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
192
+ 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},
193
+ year={2024},
194
+ eprint={2406.10118},
195
+ journal={arXiv preprint arXiv: 2406.10118}
196
+ }
197
+
198
+ ```