|
|
--- |
|
|
license: openrail |
|
|
dataset_info: |
|
|
features: |
|
|
- name: id |
|
|
dtype: int64 |
|
|
- name: name |
|
|
dtype: string |
|
|
- name: singer |
|
|
dtype: string |
|
|
- name: text |
|
|
dtype: string |
|
|
- name: code |
|
|
list: |
|
|
list: int64 |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 19744597134 |
|
|
num_examples: 147665 |
|
|
download_size: 2964746887 |
|
|
dataset_size: 19744597134 |
|
|
configs: |
|
|
- config_name: default |
|
|
data_files: |
|
|
- split: train |
|
|
path: data/train-* |
|
|
task_categories: |
|
|
- text-generation |
|
|
- audio-classification |
|
|
language: |
|
|
- zh |
|
|
- en |
|
|
tags: |
|
|
- music |
|
|
- audio |
|
|
pretty_name: MusicCodes |
|
|
size_categories: |
|
|
- 100K<n<1M |
|
|
--- |
|
|
# 互联网歌曲数据集 |
|
|
使用[encodec](https://huggingface.co/facebook/encodec_24khz)编码的歌曲数据,sampling_rate=24000, bandwidth=6.0, n_codebooks=8, 截取时长=30s |
|
|
# 各数据列说明 |
|
|
- id : 歌曲源id |
|
|
- name : 歌曲名 |
|
|
- singer : 歌手名 |
|
|
- text : 歌词 |
|
|
- code : 原音乐使用EnCodec编码的结果, 是形状为[T,8]的二维列表。 |