Live data from Hacker News

Viewing profile — derbaum

derbaum

HN member
Joined
Thu, Dec 19, 2024, 6:53 PM UTC
HN karma
59
Public activity
10 items

About derbaum

No profile information was provided.

Recent public activity

  1. comment
    Comment #44394091

    Now I'm curious... Is your last suggestion correct? Wouldn't the time to cool down between pause intervals be proportionally longer due to the higher thermal mass and cancel out an…

  2. comment
    Comment #44156919

    Whether you multiply by 10 or 2, the same "counter" argument from the article stands. Only now you don't have a trailing zero after infinite nines, you have a trailing 8.

  3. comment
    Comment #43826448

    Very rough (!) napkin math: for a q8 model (almost lossless) you have parameters = VRAM requirement. For q4 with some performance loss it's roughly half. Then you add a little bit …

  4. comment
    Comment #43340680

    The ollama page shows Gemma 27B beating Deepseek v3 and o3-mini on lmarena. I'm very excited to try it out.

  5. comment
    Comment #42751775

    Wouldn't a simple comparison of the word frequency in my text against a list of usual word frequencies do the trick here without an LLM? Sort of a BM25?

  6. comment
    Comment #42751744

    That's interesting, it sounds a bit like those cluster graph visualisation techniques. Unfortunately, my texts seem to fall into clusters that really don't match the ones that I ha…

  7. comment
    Comment #42751231

    One of the things I'm still struggling with when using LLMs over NLP is classification against a large corpus of data. If I get a new text and I want to find the most similar text …

  8. comment
    Comment #42696402

    The "issue" with saying an LLM can't do this is that CFD simulations are not actually that niche. Many university courses ask their students to write these types of algorithms for …

  9. comment
    Comment #42620643

    I'm a bit surprised by the amount of comments comparing the cost to (often cheap) cloud solutions. Nvidia's value proposition is completely different in my opinion. Say I have a st…

  10. comment
    Comment #42464692

    Hey Jeremy, very exciting release! I'm currently building my first product with RoBERTa as one central component, and I'm very excited to see how ModernBERT compares. Quick questio…