Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
hustep-admin commited on
Commit
797f66a
·
verified ·
1 Parent(s): c48df52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -31
README.md CHANGED
@@ -1,31 +1,44 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: file
6
- dtype: string
7
- - name: audio
8
- struct:
9
- - name: array
10
- sequence: float64
11
- - name: sampling_rate
12
- dtype: int64
13
- - name: label
14
- dtype: string
15
- splits:
16
- - name: train
17
- num_bytes: 81702927880
18
- num_examples: 83004
19
- - name: test
20
- num_bytes: 4641164160
21
- num_examples: 4136
22
- download_size: 21519832848
23
- dataset_size: 86344092040
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
- - split: test
30
- path: data/test-*
31
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: file
6
+ dtype: string
7
+ - name: audio
8
+ struct:
9
+ - name: array
10
+ sequence: float64
11
+ - name: sampling_rate
12
+ dtype: int64
13
+ - name: label
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 81702927880
18
+ num_examples: 83004
19
+ - name: test
20
+ num_bytes: 4641164160
21
+ num_examples: 4136
22
+ download_size: 21519832848
23
+ dataset_size: 86344092040
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
+ - split: test
30
+ path: data/test-*
31
+ ---
32
+ This paper introduces the first public dataset for Speaker recognition in the Vietnamese language. The paper has been accepted to Interspeech 2023: [paper](https://www.isca-archive.org/interspeech_2023/pham23b_interspeech.html).
33
+ Please cite as:
34
+ ```
35
+ @inproceedings{pham23b_interspeech,
36
+ title = {Vietnam-Celeb: a large-scale dataset for Vietnamese speaker recognition},
37
+ author = {Viet Thanh Pham and Xuan Thai Hoa Nguyen and Vu Hoang and Thi Thu Trang Nguyen},
38
+ year = {2023},
39
+ booktitle = {Interspeech 2023},
40
+ pages = {1918--1922},
41
+ doi = {10.21437/Interspeech.2023-1989},
42
+ issn = {2958-1796},
43
+ }
44
+ ```