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?