suno 已完整同步
Dataset Card for Suno.ai Music Generation
Dataset Summary
This dataset contains metadata for 659,788 songs generated by artificial intelligence on the suno.com platform, a service that generates music using artificial intelligence. The songs were discovered by search queries with words from the dwyl/english-words word list.
Languages
The dataset is multilingual with English as the primary language:
- English (en): Primary language for metadata and most lyrics
- Japanese (ja): Present in some song lyrics and titles
- Other languages may appear in song lyrics and titles
Dataset Structure
Data Fields
The metadata for each song includes:
id: Unique identifier for the song (string)video_url: URL of the video version (string)audio_url: URL of the audio file (string)image_url: URL of the song thumbnail (string)image_large_url: URL of the large cover image (string)is_video_pending: Video processing status (boolean)major_model_version: Version of AI model used (string)model_name: Name of the model used (string)metadata: Additional song information (dictionary)tags: Musical style and genre tags (string)prompt: Lyrics/prompt used to generate the song (string)type: Generation type (string)duration: Length of song in seconds (float)refund_credits: Refund status (boolean)stream: Streaming availability (boolean)
is_liked: Like status (boolean)user_id: Creator's ID (string)display_name: Creator's display name (string)handle: Creator's handle (string)is_handle_updated: Handle update status (boolean)avatar_image_url: Creator's avatar URL (string)is_trashed: Deletion status (boolean)created_at: Creation timestamp (string)status: Generation status (string)title: Song title (string)play_count: Number of plays (integer)upvote_count: Number of upvotes (integer)is_public: Public visibility status (boolean)
Data Splits
All songs are in a single split.
Additional Information
License
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
- Use it for any purpose, including commercial projects.
- Modify it however you like.
- Distribute it without asking permission. No attribution is required, but it's always appreciated! CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
Dataset Curators
3 个文件
浏览文件数据集版权信息
本数据集的许可证为 CC0 1.0 Universal。如有违反相关条款,请联系 WEHUB,我们将及时处理。 查看许可证
通过 WeHub CLI 下载当前数据集快照。下列命令会固定为当前页面展示的数据版本(如果页面提供版本)。文件字节由本机直连存储下载,浏览器不会签发或保存下载链接。
前置要求
需要 Node.js 18 及以上,以及 npm(或 npx)。
1. 安装 CLI
npm install -g wehub-cli@latest
2. 下载此数据集
wehub datasets download ds_ext_3a222d3bb1 --revision 77a6dabca97f8149e989b0ece5830e184061929c --output ./ds_ext_3a222d3bb1
若中断或部分失败,在同一目录重新执行同一命令即可续传。默认会校验 SHA-256。
免全局安装
npx --yes wehub-cli@latest datasets download ds_ext_3a222d3bb1 --revision 77a6dabca97f8149e989b0ece5830e184061929c --output ./ds_ext_3a222d3bb1
高级选项
以下为 wehub datasets download 已支持的参数示例:
强制重新下载,不复用已校验的本地文件
wehub datasets download ds_ext_3a222d3bb1 --revision 77a6dabca97f8149e989b0ece5830e184061929c --output ./ds_ext_3a222d3bb1 --overwrite
仅包含匹配路径
wehub datasets download ds_ext_3a222d3bb1 --revision 77a6dabca97f8149e989b0ece5830e184061929c --output ./ds_ext_3a222d3bb1 --include "*.jsonl"
排除匹配路径
wehub datasets download ds_ext_3a222d3bb1 --revision 77a6dabca97f8149e989b0ece5830e184061929c --output ./ds_ext_3a222d3bb1 --exclude "*.md"
提高并发下载数
wehub datasets download ds_ext_3a222d3bb1 --revision 77a6dabca97f8149e989b0ece5830e184061929c --output ./ds_ext_3a222d3bb1 --jobs 8
完整帮助:wehub datasets download --help