File size: 1,407 Bytes
797f66a 1600c40 797f66a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
license: cc-by-4.0
dataset_info:
features:
- name: file
dtype: string
- name: audio
struct:
- name: array
sequence: float64
- name: sampling_rate
dtype: int64
- name: label
dtype: string
splits:
- name: train
num_bytes: 81702927880
num_examples: 83004
- name: test
num_bytes: 4641164160
num_examples: 4136
download_size: 21519832848
dataset_size: 86344092040
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
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).
The official GitHub page: https://github.com/thanhpv2102/Vietnam-Celeb.Interspeech
The test lists can be downloaded [here](https://drive.google.com/drive/folders/1m8o7erEyUJjrbQHxMia9tPzMM2GAjjSt?usp=sharing).
Please cite as:
```
@inproceedings{pham23b_interspeech,
title = {Vietnam-Celeb: a large-scale dataset for Vietnamese speaker recognition},
author = {Viet Thanh Pham and Xuan Thai Hoa Nguyen and Vu Hoang and Thi Thu Trang Nguyen},
year = {2023},
booktitle = {Interspeech 2023},
pages = {1918--1922},
doi = {10.21437/Interspeech.2023-1989},
issn = {2958-1796},
}
``` |