Live data from Hacker News

Viewing profile — atgctg

atgctg

HN member
Joined
Sun, Jun 19, 2022, 8:02 PM UTC
HN karma
1,578
Public activity
29 items

About atgctg

No profile information was provided.

Recent public activity

  1. story
  2. story
    GPT-5.2

    https://platform.openai.com/docs/guides/latest-model System card: https://cdn.openai.com/pdf/3a4153c8-c748-4b71-8e31-aecbde944...

  3. story
  4. comment
    Comment #43371584

    The paper's Table 7 shows DyT reducing overall LLaMA 7B inference time by 7.8% and training time by 8.2%. That is not insignificant.

  5. comment
    Comment #42804606

    You can get a free trial right now to Stratechery Plus through Asianometry: https://stratechery.passport.online/member/plan/4ycW4SE71Cy6... Source: https://substack.com/home/post/p…

  6. story
  7. comment
    Comment #41288514

    You have to store the KV cache, not the tokens. For Gemma 27B (probably slightly larger than Flash), this would be: Size of KV cache = 2 * (num_layers) * (num_kv_heads * dim_head) …

  8. story
  9. story
  10. comment
    Comment #40612018

    Works using math CSS injection [1]: ```math \ce{$\unicode[goombafont; color:red; pointer-events: none; z-index: -10; position: fixed; top: 0; left: 0; height: 100vh; object-fit: co…

  11. comment
    Comment #40345800

    Tiktoken added support for GPT-4o: https://github.com/openai/tiktoken/commit/9d01e5670ff50eb74c... It has an increased vocab size of 200k.

  12. comment
    Comment #40302777

    Seems like they are working on adding that capability: > We're exploring whether we can responsibly provide the ability to generate NSFW content in age-appropriate contexts through…

  13. story
  14. story
  15. story
  16. comment
    Comment #38509501

    A lot of transformer explanations fail to mention what makes self attention so powerful. Unlike traditional neural networks with fixed weights, self-attention layers adaptively wei…

  17. story
  18. comment
    Comment #37401721

    It would be interesting to have attention visualized as well, similar to how it's done in BertViz: https://github.com/jessevig/bertviz

  19. comment
    Comment #36756351

    As an example, INT8 support in WebGPU would enable running quantized models, allowing larger LLMs to run locally in the browser. See Limitations section here: https://fleetwood.dev…

  20. comment
    Comment #36224330

    Running at ~40 fps on M2 Max: https://www.reddit.com/r/macgaming/comments/1435ukq/cyberpun...

  21. comment
    Comment #36093155

    That video is about analog computers

  22. story
  23. comment
    Comment #35599432

    It's hard to distinguish non-Google projects with Google Sans in their templates from actual Google Research papers, as the font is meant to be exclusively used by Google[1]. [1] h…

  24. story
  25. comment
    Comment #34726076

    Delightful intro, turns out it's written by the master storyteller, Ted Chiang.