indiejoseph
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license:
|
3 |
+
- cc0-1.0
|
4 |
+
language:
|
5 |
+
- yue
|
6 |
+
---
|
7 |
+
|
8 |
+
# Cantonese Common Voice 16.1 for Bert-VITS2 fine tuning format
|
9 |
+
|
10 |
+
This dataset contains 14.5 hours of validated speech data in Cantonese (yue and zh-hk) from the Common Voice project, but with some cleansing and fixing of common Chinese characters, and used facebook/seamless-m4t-v2-large to cross check the data. The dataset is in the format required for fine-tuning the [Bert-VITS2](https://github.com/fishaudio/Bert-VITS2).
|
11 |
+
|
12 |
+
For more detail of cleansing, fixing and filtering, please refer to the [notebook](https://colab.research.google.com/drive/1qpRBtdz0KzyjNUmmJ1CmQ29yaBwrACC3).
|
13 |
+
|
14 |
+
## Data format
|
15 |
+
|
16 |
+
```
|
17 |
+
cv_00000.wav|SPK1887|ZH|每次等一兩秒先有內容
|
18 |
+
cv_00001.wav|SPK1887|ZH|周潤發同任達華喺度鬧緊交呀
|
19 |
+
cv_00002.wav|SPK1887|ZH|牛脷炸雞真講究
|
20 |
+
cv_00003.wav|SPK1887|ZH|要買鬼妹同日本妹嘅,唔好買其他,理由下面再講。
|
21 |
+
cv_00004.wav|SPK1887|ZH|仲話自己開心關你蛋治
|
22 |
+
cv_00005.wav|SPK1887|ZH|自己玩玩下都無哂癮
|
23 |
+
cv_00006.wav|SPK1887|ZH|即刻轉身射個三分波呀
|
24 |
+
```
|
25 |
+
|
26 |
+
## Citation
|
27 |
+
|
28 |
+
Please cite the following paper when using this dataset:
|
29 |
+
|
30 |
+
```
|
31 |
+
@inproceedings{commonvoice:2020,
|
32 |
+
author = {Ardila, R. and Branson, M. and Davis, K. and Henretty, M. and Kohler, M. and Meyer, J. and Morais, R. and Saunders, L. and Tyers, F. M. and Weber, G.},
|
33 |
+
title = {Common Voice: A Massively-Multilingual Speech Corpus},
|
34 |
+
booktitle = {Proceedings of the 12th Conference on Language Resources and Evaluation (LREC 2020)},
|
35 |
+
pages = {4211--4215},
|
36 |
+
year = 2020
|
37 |
+
}
|
38 |
+
```
|