KTH/speechdat
收藏Hugging Face2024-09-10 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/KTH/speechdat
下载链接
链接失效反馈官方服务:
资源简介:
# Speechdat
Speechdat dataset
## Loading the dataset
You need to download the dataset from another folder. We assume the wav files are located inside a /wav folder inside speechdat.
```
from datasets import load_dataset
speechdat = load_dataset("./speechdat", split="train", data_dir="./speechdat/wav")
```
提供机构:
KTH
原始信息汇总
数据集概述
数据集名称
- 名称: Speechdat
数据集加载
- 加载方式: 使用
load_dataset函数加载数据集。 - 加载参数:
dataset_name: "./speechdat"split: "train"data_dir: "./speechdat/wav"
数据集文件位置
- 文件位置: 数据集的wav文件位于
./speechdat/wav目录下。



