fragmenta / config /annotator_labels.json
MazCodes's picture
Upload folder using huggingface_hub
4fda6fc verified
raw
history blame
1.14 kB
{
"genre": [
"ambient",
"electronic",
"techno",
"house",
"drum and bass",
"trap",
"hip hop",
"rock",
"metal",
"indie",
"pop",
"jazz",
"classical",
"orchestral",
"folk",
"country",
"reggae",
"funk",
"disco",
"blues",
"world",
"cinematic",
"lo-fi",
"experimental"
],
"mood": [
"energetic",
"calm",
"melancholic",
"uplifting",
"dark",
"dreamy",
"aggressive",
"playful",
"romantic",
"tense",
"epic",
"nostalgic",
"hypnotic",
"mysterious"
],
"instruments": [
"acoustic guitar",
"electric guitar",
"piano",
"synthesizer",
"drums",
"percussion",
"strings",
"violin",
"cello",
"brass",
"saxophone",
"flute",
"bass guitar",
"synth bass",
"vocals",
"choir",
"pad",
"arpeggio"
]
}