doof-ferb commited on
Commit
2a24b3a
1 Parent(s): 210d6ad

less restrictive license

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,9 +1,13 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
- task_categories: ["automatic-speech-recognition"]
4
- language: ["vi"]
 
 
 
5
  pretty_name: VLSP 2020 - VinAI - ASR challenge dataset
6
- size_categories: ["10K<n<100K"]
 
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: info@vinbigdata.org
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