File size: 959 Bytes
1052d6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5915f1f
1052d6f
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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]的二维列表。