atmatechai/commonvoice_17_0_embedding
收藏资源简介:
--- dataset_info: features: - name: input_ids sequence: int32 - name: labels sequence: sequence: float32 - name: speaker_embeddings sequence: float32 splits: - name: train num_bytes: 521982354.3842515 num_examples: 5897 - name: test num_bytes: 58066885.61574851 num_examples: 656 download_size: 580519995 dataset_size: 580049240.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---
The dataset includes three main features: input_ids (integer sequence), labels (nested float sequence), and speaker_embeddings (float sequence). It is divided into a training set and a test set, containing 5897 and 656 samples respectively. The total download size of the dataset is 580519995 bytes, while the actual dataset size is 580049240 bytes. The dataset configuration is set to default, with training and test data stored in data/train-* and data/test-* paths respectively.
数据集概述
特征信息
- input_ids: 序列类型为
int32 - labels: 序列类型为
float32的嵌套序列 - speaker_embeddings: 序列类型为
float32
数据分割
- train:
- 样本数量: 5897
- 数据大小: 521982354.3842515 字节
- test:
- 样本数量: 656
- 数据大小: 58066885.61574851 字节
数据集大小
- 下载大小: 580519995 字节
- 数据集总大小: 580049240.0 字节
配置信息
- config_name: default
- data_files:
- train: 路径为
data/train-* - test: 路径为
data/test-*
- train: 路径为
- data_files:



