Live data from Hacker News

Viewing profile — busup

busup

HN member
Joined
Thu, Dec 14, 2023, 5:46 AM UTC
HN karma
3
Public activity
4 items

About busup

No profile information was provided.

Recent public activity

  1. comment
    Comment #44895702

    Maybe try the turbo model which is transcription only. The other models were trained on x to en translations and they seem to emphasise the output language over the task token. You…

  2. comment
    Comment #40143586

    To read a single cache line from DDR4 (basically the same for DDR5 but I'm less familiar) the memory controller needs to: 1. send ACT 2. wait tRCD(RD) 3. send READ 4. wait tCL 5. r…

  3. comment
    Comment #38642414

    Nice, thanks for your work on everything Whisper related. I tested it a couple weeks ago which largely matched the results in the insanely fast whisper notebook. Comparison was wit…

  4. comment
    Comment #38638488

    It's beam size 1. From my quick tests on a Colab T4, CTranslate2 (faster-whisper's backend) is about 30% faster with like for like settings. I decoded the audio, got mel features, …