Comment on Perhaps the only appropriate use of AI
anise@quokk.au 4 weeks ago
I wonder if they actually linked it to an algorithm that analyses the sound that is looking for certain patterns or something, and that is why you get the “atmosphere piece” thing.
sobchak@programming.dev 4 weeks ago
According to their tech/marketing papers, it’s supposedly multi-modal, encoding audio to tokens.
prole@lemmy.blahaj.zone 4 weeks ago
Jesus, what a complety fucking useless waste of resources
anise@quokk.au 4 weeks ago
yeah but that doesn’t mean anything, does it? I don’t think they just tokenize the raw audio, that wouldn’t make sense, right?
sobchak@programming.dev 4 weeks ago
I mean, you could. Just encode 100ms chunks or whatever into tokens then push them through the same model. I’m pretty sure that’s what the claim to do (though with MoE/routing now, maybe).