Datasets:
less restrictive license
Browse files
README.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
---
|
2 |
-
license: cc-by-
|
3 |
-
task_categories:
|
4 |
-
|
|
|
|
|
|
|
5 |
pretty_name: VLSP 2020 - VinAI - ASR challenge dataset
|
6 |
-
size_categories:
|
|
|
7 |
dataset_info:
|
8 |
features:
|
9 |
- name: audio
|
@@ -28,6 +32,7 @@ configs:
|
|
28 |
official announcement:
|
29 |
- tiếng việt: https://institute.vinbigdata.org/events/vinbigdata-chia-se-100-gio-du-lieu-tieng-noi-cho-cong-dong/
|
30 |
- in eglish: https://institute.vinbigdata.org/en/events/vinbigdata-shares-100-hour-data-for-the-community/
|
|
|
31 |
|
32 |
official download: https://drive.google.com/file/d/1vUSxdORDxk-ePUt-bUVDahpoXiqKchMx/view?usp=sharing
|
33 |
|
@@ -37,7 +42,7 @@ contact: [email protected]
|
|
37 |
|
38 |
pre-process: merge all transcript text files into 1, remove token `<unk>`
|
39 |
|
40 |
-
need to do: restore foreign words phonetised to vietnamese
|
41 |
|
42 |
usage with HuggingFace:
|
43 |
```python
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- automatic-speech-recognition
|
5 |
+
- text-to-speech
|
6 |
+
language:
|
7 |
+
- vi
|
8 |
pretty_name: VLSP 2020 - VinAI - ASR challenge dataset
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: audio
|
|
|
32 |
official announcement:
|
33 |
- tiếng việt: https://institute.vinbigdata.org/events/vinbigdata-chia-se-100-gio-du-lieu-tieng-noi-cho-cong-dong/
|
34 |
- in eglish: https://institute.vinbigdata.org/en/events/vinbigdata-shares-100-hour-data-for-the-community/
|
35 |
+
- VLSP 2020 workshop: https://vlsp.org.vn/vlsp2020
|
36 |
|
37 |
official download: https://drive.google.com/file/d/1vUSxdORDxk-ePUt-bUVDahpoXiqKchMx/view?usp=sharing
|
38 |
|
|
|
42 |
|
43 |
pre-process: merge all transcript text files into 1, remove token `<unk>`
|
44 |
|
45 |
+
need to do: check misspelling, restore foreign words phonetised to vietnamese
|
46 |
|
47 |
usage with HuggingFace:
|
48 |
```python
|