MubertAI / Mubert-Text-to-Music

A simple notebook demonstrating prompt-based music generation via Mubert API
2.74k stars 241 forks source link

Interprets 'industrial' as 'indie' #1

Open scythe000 opened 2 years ago

scythe000 commented 2 years ago

Prompt: epic, aggressive industrial dance music Tags: ['indie dance', 'dance', 'orchestral'] Generating track .................

Prompt: gothic industrial dance club anthem Tags: ['indie dance', 'melodic house', 'synth pop'] Generating track ...................

Prompt: death metal meets industrial dance music Tags: ['indie dance', 'world music', 'dance'] Generating track ................

ferluht commented 2 years ago

The model (from sentence transformers framework) used to encode tags and prompts is pretty small and sometimes search may be rough. You may try another more powerful text model to increase relevance

scythe000 commented 2 years ago

Thank you for responding! Any suggestions on an alternative model to use?