HackerTrans
TopNewTrendsCommentsPastAskShowJobs

akreal

no profile record

comments

akreal
·3 месяца назад·discuss
AFAIK all ways of running docker on MacOS rely on a amd64 virtual machine with Linux kernel in it.
akreal
·3 месяца назад·discuss
WhisperX is not a model but a software package built around Whisper and some other models, including diarization and alignment ones. Something similar will be built around the Cohere Transcribe model, maybe even just an integration to WhisperX itself.
akreal
·4 месяца назад·discuss
I also expected screenshots there, especially given the word "interface". Turns out, it's not about user interface (UI), it's about programming interface (kinda API). It allows calling window-related functions on Macintosh, X Window System, and Atari. So the resulting windows were looking like a native UI, I assume.
akreal
·4 месяца назад·discuss
Docling: https://github.com/docling-project/docling
akreal
·8 месяцев назад·discuss
There is a dolphin language model project from Google and Georgia Tech: https://blog.google/technology/ai/dolphingemma/
akreal
·8 месяцев назад·discuss
As far as I understand, the MMS TTS models are trained from scratch (section 7.1 of [1]), they do not employ any SSL models. So the OmniASR SSL models are not useful here.

What might be interesting is the newly released OmniASR data, because the MMS data, which was used for the MMS TTS, was never released.

Also, the OmniASR can be used to transcribe some untranscribed speech to train a TTS on it.

[1] MMS paper: https://arxiv.org/pdf/2305.13516
akreal
·9 месяцев назад·discuss
How is/was the data written to disks? Something like rsync/netcat?