ylacombe/mls-eng-tags
收藏资源简介:
--- dataset_info: features: - name: original_path dtype: string - name: begin_time dtype: float64 - name: end_time dtype: float64 - name: text dtype: string - name: audio_duration dtype: float64 - name: speaker_id dtype: string - name: book_id dtype: string - name: utterance_pitch_mean dtype: float32 - name: utterance_pitch_std dtype: float32 - name: snr dtype: float64 - name: c50 dtype: float64 - name: speaking_rate dtype: float64 - name: phonemes dtype: string - name: gender dtype: string splits: - name: dev num_bytes: 2485859 num_examples: 3807 - name: test num_bytes: 2469922 num_examples: 3769 - name: train num_bytes: 7054606693 num_examples: 10808037 download_size: 3585734197 dataset_size: 7059562474 configs: - config_name: default data_files: - split: dev path: data/dev-* - split: test path: data/test-* - split: train path: data/train-* ---
数据集概述
数据集特征
- original_path: 字符串类型
- begin_time: 浮点数类型(64位)
- end_time: 浮点数类型(64位)
- text: 字符串类型
- audio_duration: 浮点数类型(64位)
- speaker_id: 字符串类型
- book_id: 字符串类型
- utterance_pitch_mean: 浮点数类型(32位)
- utterance_pitch_std: 浮点数类型(32位)
- snr: 浮点数类型(64位)
- c50: 浮点数类型(64位)
- speaking_rate: 浮点数类型(64位)
- phonemes: 字符串类型
- gender: 字符串类型
数据集分割
- dev:
- 字节数: 2485859
- 示例数: 3807
- test:
- 字节数: 2469922
- 示例数: 3769
- train:
- 字节数: 7054606693
- 示例数: 10808037
数据集大小
- 下载大小: 3585734197 字节
- 数据集总大小: 7059562474 字节
配置文件
- config_name: default
- data_files:
- dev: data/dev-*
- test: data/test-*
- train: data/train-*



