HN user

woodson

912 karma

Machine learning, NLP, speech recognition, speaker recognition.

Posts9
Comments450
View on HN

There’s a bit of a grey area, for example speech recognition. Would you classify that as analytic or generative? Whisper and speech LLMs work pretty well, but can completely make up stuff that wasn’t in the audio at all (see e.g. “thank you for watching” transcribed during silence). Other approaches are closer to the acoustic evidence but may make other mistakes (especially wrongly transcribing long tail, low frequency terms). Pick your poison.

Thanks for sharing, this is a great improvement (also and especially for human use! Renders much better on mobile phones compared to Confluence).

Alongside the poorly lit spaceship. Spaceships are workplaces and workplaces should provide adequate illumination so you can see what you are doing.

I always thought the same about CSI. Have the set designers ever been to a lab?

Do_not_track 3 months ago

HF is notorious for making it difficult to work offline (or at least not waste time trying to connect when everything needed is offline) and is constantly changing how it is being handled. Previously, there was TRANSFORMERS_OFFLINE, HF_DATASETS_OFFLINE, etc.

You can use devcontainers (in VSCode or separate), like this: https://github.com/entn-at/claude-rust-devcontainer/

This will limit the agent in what it can do in the system and what IPs/domains it can reach. This requires a lot of customization to your specific framework/environment. Note that this can reduce the agent’s effectiveness, as it will have to “work around” some of the limitations. This isn’t foolproof either, and the agent could exfiltrate data e.g. via DNS requests.

It highly depends on the sort of data you’re processing (phone calls, podcasts, meetings of more people recorded using single channel?). For NVIDIA/NeMo, check out their softformer diarization models (also streaming).

It’s a distinction that IMHO likely doesn’t make much difference, at least for the mostly automated/non-interactive coding agent use case. What matters more is how well the post-training on synthetic harness traces works.

The bank issues/refusals may have something to do with FATCA. If you have anything to do with the US in terms of taxes, many EU banks don’t want you as their customer. If it’s a subsidiary of a foreign company, then a lot of paperwork is required to prove that the foreign owners actually exist.

This generic answer from Wikipedia is not very helpful in this context. Zero-shot voice cloning in TTS usually means that data of the target speaker you want the generated speech to sound like does not need to be included in the training data used to train the TTS models. In other words, you can provide an audio sample of the target speaker together with the text to be spoken to generate the audio that sounds like it was spoken by that speaker.

Google Opal 7 months ago

The local Gemma models are pretty good for tasks involving multilingual inputs (translation, summarization, etc.). They have their niche.