holylovenia commited on
Commit
425e419
·
verified ·
1 Parent(s): 2baf4e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -15
README.md CHANGED
@@ -1,21 +1,61 @@
 
1
  ---
2
- tags:
3
- - speech-recognition
4
- language:
5
  - sun
6
  - jav
 
 
 
 
 
7
  ---
8
 
9
- # indspeech_news_ethnicsr
10
 
11
  INDspeech_NEWS_EthnicSR is a collection of Indonesian ethnic speech corpora for Javanese and Sundanese for Indonesian ethnic speech recognition. It was developed in 2012 by the Nara Institute of Science and Technology (NAIST, Japan) in collaboration with the Bandung Institute of Technology (ITB, Indonesia) [Sani et al., 2012].
12
 
 
 
 
 
 
 
 
 
 
13
  ## Dataset Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
 
 
 
 
 
 
 
 
16
 
17
  ## Citation
18
 
 
19
  ```
20
  @inproceedings{sani-cocosda-2012,
21
  title = "Towards Language Preservation: Preliminary Collection and Vowel Analysis of {I}ndonesian Ethnic Speech Data",
@@ -25,16 +65,14 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
25
  pages = "118--122"
26
  address = "Macau, China"
27
  }
28
- ```
29
 
30
- ## License
31
 
32
- CC-BY-NC-SA 4.0
33
-
34
- ## Homepage
35
-
36
- [https://github.com/s-sakti/data_indsp_news_ethnicsr](https://github.com/s-sakti/data_indsp_news_ethnicsr)
37
-
38
- ### NusaCatalogue
39
 
40
- For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
 
1
+
2
  ---
3
+ language:
 
 
4
  - sun
5
  - jav
6
+ pretty_name: Indspeech News Ethnicsr
7
+ task_categories:
8
+ - speech-recognition
9
+ tags:
10
+ - speech-recognition
11
  ---
12
 
 
13
 
14
  INDspeech_NEWS_EthnicSR is a collection of Indonesian ethnic speech corpora for Javanese and Sundanese for Indonesian ethnic speech recognition. It was developed in 2012 by the Nara Institute of Science and Technology (NAIST, Japan) in collaboration with the Bandung Institute of Technology (ITB, Indonesia) [Sani et al., 2012].
15
 
16
+
17
+ ## Languages
18
+
19
+ sun, jav
20
+
21
+ ## Supported Tasks
22
+
23
+ Speech Recognition
24
+
25
  ## Dataset Usage
26
+ ### Using `datasets` library
27
+ ```
28
+ from datasets import load_dataset
29
+ dset = datasets.load_dataset("SEACrowd/indspeech_news_ethnicsr", trust_remote_code=True)
30
+ ```
31
+ ### Using `seacrowd` library
32
+ ```import seacrowd as sc
33
+ # Load the dataset using the default config
34
+ dset = sc.load_dataset("indspeech_news_ethnicsr", schema="seacrowd")
35
+ # Check all available subsets (config names) of the dataset
36
+ print(sc.available_config_names("indspeech_news_ethnicsr"))
37
+ # Load the dataset using a specific config
38
+ dset = sc.load_dataset_by_config_name(config_name="<config_name>")
39
+ ```
40
+
41
+ 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).
42
+
43
+
44
+ ## Dataset Homepage
45
 
46
+ [https://github.com/s-sakti/data_indsp_news_ethnicsr](https://github.com/s-sakti/data_indsp_news_ethnicsr)
47
+
48
+ ## Dataset Version
49
+
50
+ Source: 1.0.0. SEACrowd: 2024.06.20.
51
+
52
+ ## Dataset License
53
+
54
+ CC-BY-NC-SA 4.0
55
 
56
  ## Citation
57
 
58
+ If you are using the **Indspeech News Ethnicsr** dataloader in your work, please cite the following:
59
  ```
60
  @inproceedings{sani-cocosda-2012,
61
  title = "Towards Language Preservation: Preliminary Collection and Vowel Analysis of {I}ndonesian Ethnic Speech Data",
 
65
  pages = "118--122"
66
  address = "Macau, China"
67
  }
 
68
 
 
69
 
70
+ @article{lovenia2024seacrowd,
71
+ title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
72
+ 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},
73
+ year={2024},
74
+ eprint={2406.10118},
75
+ journal={arXiv preprint arXiv: 2406.10118}
76
+ }
77
 
78
+ ```