File size: 1,082 Bytes
9dd1875 8c58da9 9dd1875 8c58da9 9dd1875 8c58da9 9dd1875 |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: audio
dtype: audio
- name: gender
dtype: string
- name: speaker_id
dtype: string
- name: transcription
dtype: string
splits:
- name: train
num_bytes: 222401245.94
num_examples: 2654
- name: test
num_bytes: 90421105.904
num_examples: 1138
download_size: 313908599
dataset_size: 312822351.844
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# Notes
- Same format as [authentic dataset here](https://huggingface.co/datasets/TingChen-ppmc/Shanghai_Dialect_Conversational_Speech_Corpus)
- Added train split (70%) and test split (30%)
- authentic data of the same split could be found on [authentic dataset with split](https://huggingface.co/datasets/TingChen-ppmc/Shanghai_Dialect_Conversational_Speech_SPLIT)
- synthesized using Openai tts (self-funded)
- based on transcription of the anthentic dataset
- synthesized using TTS for mandarin, with no external prompt
For non-comercial use only |