jackkie99 commited on
Commit
38b8bf6
·
verified ·
1 Parent(s): d6ad8d8

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. 000000.wav +3 -0
  2. 022878.wav +3 -0
  3. README.md +83 -0
  4. collections.txt +0 -0
  5. viet-tts.tar.gz +3 -0
000000.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097a84a1816265902aa40efc6e56d1dec69f07e067f4f47d8cf936b55b829d12
3
+ size 671802
022878.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1067d8234ee9c3664669c4fb2a8475c753dc4fa29955e378d8bed9788442df1d
3
+ size 821306
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+
5
+ # Vietnamese Text-To-Speech dataset (VietTTS-v1.1)
6
+ 🔔🔔🔔 visit https://github.com/NTT123/vietTTS for a vietnamese TTS library (included pretrained models). 🔔🔔🔔
7
+
8
+ The text is from a collection of novels and short stories from the author "Vu Trong Phung." The text is in public domain.
9
+ The audio is generated by Google Text-to-Speech offline engine on Android. The audio is NOT for commercial use.
10
+
11
+ Dataset size: `5.4G`.
12
+ Total audio duration: `35.9 hours`.
13
+
14
+ ### Text-audio samples
15
+
16
+ - Sample 1:
17
+ + Audio: [file1](https://huggingface.co/datasets/ntt123/viet-tts-dataset/blob/main/000000.wav)
18
+ + Text: `"Ai" đây tức là một kẻ ăn mày vậy. Anh ta chưa kịp quay đi thì đã thấy mấy con chó vàng chạy xồng xộc ra cứ nhảy xổ vào chân anh.`
19
+
20
+ - Sample 2:
21
+ + Audio: [file2](https://huggingface.co/datasets/ntt123/viet-tts-dataset/blob/main/022878.wav)
22
+ + Text: `Ừ, thế mày đã nuôi được bố mẹ mày bữa nào chưa, hay xưa nay vẫn báo hại cơm cha áo mẹ mãi? Mấy hôm thấy ông đơ mặt không thèm nói, mày lại làm già à?`
23
+
24
+
25
+ ### Download
26
+ Get the dataset from here: [link](https://huggingface.co/datasets/ntt123/viet-tts-dataset/blob/main/viet-tts.tar.gz).
27
+ Or, run the following commands:
28
+
29
+ ```
30
+ wget https://huggingface.co/datasets/ntt123/viet-tts-dataset/resolve/main/viet-tts.tar.gz -O viet-tts.tar.gz
31
+ mkdir -p dataset
32
+ tar -C dataset -xzf viet-tts.tar.gz
33
+ ```
34
+
35
+ `dataset` directory structure:
36
+
37
+ ```
38
+ dataset
39
+ ├── collections.txt
40
+ ├── meta_data.tsv
41
+ └── wav
42
+ ├── 000000.wav
43
+ ├── 000001.wav
44
+ ├── 000002.wav
45
+ ├── 000003.wav
46
+ ...
47
+ ```
48
+
49
+ ### Statistics
50
+
51
+ - Number of clips: 22884 clips.
52
+ - Shortest audio clip: 0.46 seconds.
53
+ - Median clip duration: 5.46 seconds.
54
+ - Mean clip duration: 5.65 seconds.
55
+ - Longest audio clip: 15.4 seconds.
56
+
57
+ ### Vũ Trọng Phụng's collections
58
+
59
+ - Bệnh Lao Chữa Bằng Mồm Hay Là ... Thầy Lang Bất Hủ, 1934?
60
+ - Cạm Bẫy Người, 1933.
61
+ - Cơm Thầy Cơm Cô, 1936.
62
+ - Đời Là Một Cuộc Chiến Đấu,1939.
63
+ - Dứt Tình, 1934.
64
+ - Giông Tố, 1936.
65
+ - Gương Tống Tiền, N/A.
66
+ - Hồ Sê Líu, Hồ Líu Sê Sàng, 1936.
67
+ - Kỹ Nghệ Lấy Tây, 1934.
68
+ - Làm Đĩ, 1936.
69
+ - Lấy Nhau Vì Tình, 1937.
70
+ - Lấy Vợ Xấu, 1937.
71
+ - Lòng Tự Ái, 1937.
72
+ - Máu Mê, 1937.
73
+ - Một Cái Chết, 1931.
74
+ - Một Con Chó Hay Chim Chuột, 1937.
75
+ - Một Đồng Bạc, 1939.
76
+ - Người Có Quyền, 1937.
77
+ - Sao Mày Không Vỡ Nắp Ơi!, 1934.
78
+ - Số Đỏ, 1936.
79
+ - Sư Cụ Triết Lý, 1935.
80
+ - Trúng Số Độc Đắc, 1938.
81
+ - Tự Do, 1937.
82
+ - Từ Lý Thuyết Đến Thực Hành, N/A.
83
+ - Vỡ Đê, 1936.
collections.txt ADDED
The diff for this file is too large to render. See raw diff
 
viet-tts.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00f71ccfe907cd74a9cb1bcb60d058ec8a9aa8c4c101d019dbeeefc588c5d0b
3
+ size 5696815492