SamAct/autotrain-data-musicprompt
收藏资源简介:
该数据集是通过AutoTrain为项目musicprompt自动处理的,主要用于摘要生成任务。数据集的语言代码为unk,表示语言未知。数据集包含两个字段:text和target,分别表示输入文本和目标摘要。数据集被分为训练集和验证集,训练集包含2159个样本,验证集包含540个样本。
该数据集是通过AutoTrain为项目musicprompt自动处理的,主要用于摘要生成任务。数据集的语言代码为unk,表示语言未知。数据集包含两个字段:text和target,分别表示输入文本和目标摘要。数据集被分为训练集和验证集,训练集包含2159个样本,验证集包含540个样本。
数据集概述
数据集描述
本数据集是为项目“musicprompt”自动处理而生成的。
语言
数据集的语言代码为unk。
数据集结构
数据实例
数据集中的样本示例如下:
json [ { "text": "[instrumental, medium tempo, electric guitar lead, ambient, steady drumming, groovy bass line, trumpets, melodic, pleasant, funky, groovy, soft rock, pop rock, funk rock, youthful, atmospheric, brass band, soul, neo soul, soothing, rhythmic acoustic guitar]", "target": "This music is a melodic instrumental. The tempo is medium with a captivating electric guitar lead, rhythmic acoustic guitar, funky bass line, keyboard accompaniment, steady drumming and trumpets. The music is soothing, atmospheric, euphonious, youthful, and soulful. This instrumental is a Soft Rock/Funk pop." }, { "text": "[pianomusic/meditation, water soundsample, acoustic piano, reverb]", "target": "This song contains a piano-composition with a lot of reverb playing a relaxing melody while running a waterdrippling sample. This song may be playing at home for meditation or sleeping." } ]
数据集字段
数据集包含以下字段:
json { "text": "Value(dtype=string, id=None)", "target": "Value(dtype=string, id=None)" }
数据集划分
数据集被划分为训练集和验证集,具体划分如下:
| 划分名称 | 样本数量 |
|---|---|
| 训练集 | 2159 |
| 验证集 | 540 |



