MuGeminorum/emo163
收藏资源简介:
emo163数据集包含大约395,000条音乐情感标签的条目。每个条目包括三个主要列:歌曲ID、播放列表ID和歌曲的情感标签。该数据集来源于网易云音乐的官方网站,提供了关于歌曲情感注释的全面信息。歌曲ID作为每首曲目的唯一标识符,而播放列表ID表示歌曲所属的播放列表。情感标签为每首歌曲分配了分类情感标签,便于研究人员和数据科学家在音乐情感分析领域进行深入探索。由于其规模庞大,该数据集适合构建情感分析模型、进行数据挖掘以及深入了解音乐与情感之间的关系。
The emo163 dataset comprises approximately 395,000 entries of music emotion labels. Each entry includes three primary columns: Song ID, Playlist ID, and the emotional label of the song. Sourced from the official website of Netease Cloud Music, this dataset offers comprehensive information regarding the emotional annotations of songs. The Song ID serves as a unique identifier for each track, while the Playlist ID denotes the playlist to which the song belongs. The emotional labels assign categorical emotional tags to each song, facilitating in-depth exploration within the field of music emotion analysis for researchers and data scientists. With its substantial scale, the dataset is suitable for constructing emotion analysis models, conducting data mining, and gaining a profound understanding of the relationship between music and emotion.
emo163 数据集概述
基本信息
- 许可证: MIT
- 任务类别:
- 音频分类
- 图像分类
- 语言: 英语
- 标签:
- 音乐
- 艺术
- 名称: emo163 数据集
- 数据量: 1M < n < 10M
数据集描述
- 条目数量: 约 395,000 条
- 数据来源: 网易云音乐官方网站
- 数据结构:
- Song ID: 歌曲的唯一标识符
- Playlist ID: 歌曲所属播放列表的标识符
- Emotional Label: 歌曲的情感标签
数据集用途
- 情感分析模型构建
- 数据挖掘
- 音乐与情感关系研究
数据集维护
- 维护命令: bash GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/monet-joe/emo163
数据集使用
-
加载数据集: python from datasets import load_dataset dataset = load_dataset("monet-joe/emo163")
-
数据集遍历: python for item in dataset["train"]: print(item) for item in dataset["validation"]: print(item) for item in dataset["test"]: print(item)




