Hacker News new | ask | show | jobs
by echoangle 567 days ago
Can LLMs analyze song features (danceability, instrumentalness, speechiness, tempo)?
1 comments

Audio analysis is one of the easiest problems that ML can deal with. The problem is, how can you use a pretrained LLM for discovering newly-released music? And how do you train future models without a source of new data?
> Audio analysis is one of the easiest problems that ML can deal with.

Maybe, but that doesn’t tell me anything about LLMs. I’m not saying that it’s a particularly hard problem, I’m surprised that an LLM specifically would be good for this purpose.

Yeah, there seems to be an unfortunate trend towards using "LLM" when people really mean "transformer."