doduy1911 commited on
Commit
7f492bb
·
verified ·
1 Parent(s): 5692148

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - vi
4
+ license: mit
5
+ task_categories:
6
+ - text-to-speech
7
+ - automatic-speech-recognition
8
+ tags:
9
+ - audio
10
+ - vietnamese
11
+ pretty_name: Bo du lieu giong noi tieng Viet
12
+ dataset_info:
13
+ features:
14
+ - name: audio
15
+ dtype: audio
16
+ - name: text
17
+ dtype: string
18
+ ---
19
+
20
+ # Dataset Tiếng Việt (Voice Nữ)
21
+
22
+ Đây là bộ dữ liệu bao gồm file âm thanh và transcript tương ứng, được sử dụng cho việc train mô hình TTS (Text-to-Speech).
23
+
24
+ ## Cấu trúc dữ liệu
25
+
26
+ - **audio**: File âm thanh (.wav)
27
+ - **text**: Nội dung văn bản tương ứng
28
+
29
+ ## Cách sử dụng
30
+
31
+ ```python
32
+ from datasets import load_dataset
33
+
34
+ dataset = load_dataset("doduy1911/voiceNamNam", split="train")
35
+
36
+ # Nghe thử mẫu đầu tiên
37
+ print(dataset[0]["text"])