ylacombe/test-mls-eng-10k
收藏资源简介:
--- dataset_info: features: - name: original_path dtype: string - name: begin_time dtype: float64 - name: end_time dtype: float64 - 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 - name: original_text dtype: string - name: text dtype: string - name: stoi dtype: float64 - name: si-sdr dtype: float64 - name: pesq dtype: float64 splits: - name: dev num_bytes: 3400026 num_examples: 3807 - name: test num_bytes: 3380470 num_examples: 3769 - name: train num_bytes: 2163668784 num_examples: 2420047 download_size: 1385919545 dataset_size: 2170449280 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: 浮点数类型(float64)
- end_time: 浮点数类型(float64)
- audio_duration: 浮点数类型(float64)
- speaker_id: 字符串类型
- book_id: 字符串类型
- utterance_pitch_mean: 浮点数类型(float32)
- utterance_pitch_std: 浮点数类型(float32)
- snr: 浮点数类型(float64)
- c50: 浮点数类型(float64)
- speaking_rate: 浮点数类型(float64)
- phonemes: 字符串类型
- gender: 字符串类型
- original_text: 字符串类型
- text: 字符串类型
- stoi: 浮点数类型(float64)
- si-sdr: 浮点数类型(float64)
- pesq: 浮点数类型(float64)
数据集分割
- dev:
- 数据量: 3400026 字节
- 示例数: 3807
- test:
- 数据量: 3380470 字节
- 示例数: 3769
- train:
- 数据量: 2163668784 字节
- 示例数: 2420047
数据集大小
- 下载大小: 1385919545 字节
- 数据集总大小: 2170449280 字节
配置文件
- config_name: default
- data_files:
- dev: data/dev-*
- test: data/test-*
- train: data/train-*



