Datasets:

ArXiv:
License:
holylovenia commited on
Commit
efcf1b9
1 Parent(s): 6190f53

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +96 -0
README.md ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: bsd-3-clause
4
+ language:
5
+ - mya
6
+ - ceb
7
+ - gor
8
+ - hil
9
+ - ilo
10
+ - ind
11
+ - jav
12
+ - khm
13
+ - lao
14
+ - zlm
15
+ - nia
16
+ - tgl
17
+ - tha
18
+ - vie
19
+ pretty_name: Mozilla Pontoon
20
+ task_categories:
21
+ - machine-translation
22
+ tags:
23
+ - machine-translation
24
+ ---
25
+
26
+
27
+ This dataset contains crowdsource translations of more than 200 languages for
28
+ different Mozilla open-source projects from Mozilla's Pontoon localization platform.
29
+ Source sentences are in English.
30
+
31
+
32
+ ## Languages
33
+
34
+ mya, ceb, gor, hil, ilo, ind, jav, khm, lao, zlm, nia, tgl, tha, vie
35
+
36
+ ## Supported Tasks
37
+
38
+ Machine Translation
39
+
40
+ ## Dataset Usage
41
+ ### Using `datasets` library
42
+ ```
43
+ from datasets import load_dataset
44
+ dset = datasets.load_dataset("SEACrowd/mozilla_pontoon", trust_remote_code=True)
45
+ ```
46
+ ### Using `seacrowd` library
47
+ ```import seacrowd as sc
48
+ # Load the dataset using the default config
49
+ dset = sc.load_dataset("mozilla_pontoon", schema="seacrowd")
50
+ # Check all available subsets (config names) of the dataset
51
+ print(sc.available_config_names("mozilla_pontoon"))
52
+ # Load the dataset using a specific config
53
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
54
+ ```
55
+
56
+ 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).
57
+
58
+
59
+ ## Dataset Homepage
60
+
61
+ [https://huggingface.co/datasets/ayymen/Pontoon-Translations](https://huggingface.co/datasets/ayymen/Pontoon-Translations)
62
+
63
+ ## Dataset Version
64
+
65
+ Source: 1.0.0. SEACrowd: 2024.06.20.
66
+
67
+ ## Dataset License
68
+
69
+ BSD 3-clause “New” or “Revised” license (bsd-3-clause)
70
+
71
+ ## Citation
72
+
73
+ If you are using the **Mozilla Pontoon** dataloader in your work, please cite the following:
74
+ ```
75
+ @article{,
76
+ author = {},
77
+ title = {},
78
+ journal = {},
79
+ volume = {},
80
+ year = {},
81
+ url = {},
82
+ doi = {},
83
+ biburl = {},
84
+ bibsource = {}
85
+ }
86
+
87
+
88
+ @article{lovenia2024seacrowd,
89
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
90
+ 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},
91
+ year={2024},
92
+ eprint={2406.10118},
93
+ journal={arXiv preprint arXiv: 2406.10118}
94
+ }
95
+
96
+ ```