holylovenia
commited on
Commit
•
eac3d49
1
Parent(s):
a949692
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: cc-by-sa-4.0
|
4 |
+
language:
|
5 |
+
- vie
|
6 |
+
pretty_name: Vivos
|
7 |
+
task_categories:
|
8 |
+
- speech-recognition
|
9 |
+
tags:
|
10 |
+
- speech-recognition
|
11 |
+
---
|
12 |
+
|
13 |
+
VIVOS is a Vietnamese speech corpus consisting of 15 hours of recording speech prepared for
|
14 |
+
Automatic Speech Recognition task. This speech corpus is collected by recording speech data
|
15 |
+
from more than 50 native Vietnamese volunteers.
|
16 |
+
|
17 |
+
|
18 |
+
## Languages
|
19 |
+
|
20 |
+
vie
|
21 |
+
|
22 |
+
## Supported Tasks
|
23 |
+
|
24 |
+
Speech Recognition
|
25 |
+
|
26 |
+
## Dataset Usage
|
27 |
+
### Using `datasets` library
|
28 |
+
```
|
29 |
+
from datasets import load_dataset
|
30 |
+
dset = datasets.load_dataset("SEACrowd/vivos", trust_remote_code=True)
|
31 |
+
```
|
32 |
+
### Using `seacrowd` library
|
33 |
+
```import seacrowd as sc
|
34 |
+
# Load the dataset using the default config
|
35 |
+
dset = sc.load_dataset("vivos", schema="seacrowd")
|
36 |
+
# Check all available subsets (config names) of the dataset
|
37 |
+
print(sc.available_config_names("vivos"))
|
38 |
+
# Load the dataset using a specific config
|
39 |
+
dset = sc.load_dataset_by_config_name(config_name="<config_name>")
|
40 |
+
```
|
41 |
+
|
42 |
+
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).
|
43 |
+
|
44 |
+
|
45 |
+
## Dataset Homepage
|
46 |
+
|
47 |
+
[https://zenodo.org/records/7068130](https://zenodo.org/records/7068130)
|
48 |
+
|
49 |
+
## Dataset Version
|
50 |
+
|
51 |
+
Source: 1.0.0. SEACrowd: 2024.06.20.
|
52 |
+
|
53 |
+
## Dataset License
|
54 |
+
|
55 |
+
Creative Commons Attribution Share Alike 4.0 (cc-by-sa-4.0)
|
56 |
+
|
57 |
+
## Citation
|
58 |
+
|
59 |
+
If you are using the **Vivos** dataloader in your work, please cite the following:
|
60 |
+
```
|
61 |
+
@inproceedings{luong-vu-2016-non,
|
62 |
+
title = "A non-expert {K}aldi recipe for {V}ietnamese Speech Recognition System",
|
63 |
+
author = "Luong, Hieu-Thi and
|
64 |
+
Vu, Hai-Quan",
|
65 |
+
editor = "Murakami, Yohei and
|
66 |
+
Lin, Donghui and
|
67 |
+
Ide, Nancy and
|
68 |
+
Pustejovsky, James",
|
69 |
+
booktitle = "Proceedings of the Third International Workshop on Worldwide Language Service
|
70 |
+
Infrastructure and Second Workshop on Open Infrastructures and Analysis Frameworks for
|
71 |
+
Human Language Technologies ({WLSI}/{OIAF}4{HLT}2016)",
|
72 |
+
month = dec,
|
73 |
+
year = "2016",
|
74 |
+
address = "Osaka, Japan",
|
75 |
+
publisher = "The COLING 2016 Organizing Committee",
|
76 |
+
url = "https://aclanthology.org/W16-5207",
|
77 |
+
pages = "51--55",
|
78 |
+
abstract = "In this paper we describe a non-expert setup for Vietnamese speech recognition
|
79 |
+
system using Kaldi toolkit. We collected a speech corpus over fifteen hours from about fifty
|
80 |
+
Vietnamese native speakers and using it to test the feasibility of our setup. The essential
|
81 |
+
linguistic components for the Automatic Speech Recognition (ASR) system was prepared basing
|
82 |
+
on the written form of the language instead of expertise knowledge on linguistic and phonology
|
83 |
+
as commonly seen in rich resource languages like English. The modeling of tones by integrating
|
84 |
+
them into the phoneme and using the phonetic decision tree is also discussed. Experimental
|
85 |
+
results showed this setup for ASR systems does yield competitive results while still have
|
86 |
+
potentials for further improvements.",
|
87 |
+
}
|
88 |
+
|
89 |
+
|
90 |
+
@article{lovenia2024seacrowd,
|
91 |
+
title={SEACrowd: A Multilingual Multimodal Data Hub and Benchmark Suite for Southeast Asian Languages},
|
92 |
+
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},
|
93 |
+
year={2024},
|
94 |
+
eprint={2406.10118},
|
95 |
+
journal={arXiv preprint arXiv: 2406.10118}
|
96 |
+
}
|
97 |
+
|
98 |
+
```
|