yongjian/music-clips-50
收藏Hugging Face2022-10-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/yongjian/music-clips-50
下载链接
链接失效反馈官方服务:
资源简介:
---
pretty_name: music-clips-50
multilinguality:
- other-music
language:
- en
- zh
---
There are 50 music clips(of 3~5 seconds).
You can load them by the following code:
```python
from datasets import load_dataset
dataset = load_dataset('yongjian/music-clips-50')
clips = dataset['train'] # all 50 music clips
music_1_np_array = clips[0]['audio']['array'] # numpy array of shape=[N,]
```
Or you can directly download them from Google Drive: [music-clips-50.tar.gz](https://drive.google.com/file/d/154y_Z9p1Sfhrwzj7jc46UMbTaAmI17AT/view?usp=sharing).
提供机构:
yongjian
原始信息汇总
数据集概述
基本信息
- 名称: music-clips-50
- 多语言性: 其他音乐
- 语言: 英语, 中文
数据内容
- 音乐片段数量: 50个
- 片段时长: 3~5秒
加载方式
- 使用
datasets库加载数据集的示例代码如下: python from datasets import load_dataset dataset = load_dataset(yongjian/music-clips-50) clips = dataset[train] # 所有50个音乐片段 music_1_np_array = clips[0][audio][array] # 形状为[N,]的numpy数组
下载方式
- 可直接从Google Drive下载数据集文件:music-clips-50.tar.gz



