MubertAI / Mubert-Text-to-Music

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

Interprets 'industrial' as 'indie' #1

Open scythe000 opened 1 year ago

scythe000 commented 1 year 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 1 year 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 1 year ago

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