Live data from Hacker News

Viewing profile — topwalktown

topwalktown

HN member
Joined
Mon, Nov 06, 2023, 8:23 PM UTC
HN karma
35
Public activity
14 items

About topwalktown

No profile information was provided.

Recent public activity

  1. comment
    Comment #47564404

    I wrote it myself it python. The model runs in a loop and can either read the terminal or input keys. If it does neither the loop exits.

  2. comment
    Comment #47560185

    Sorry! It should work now.

  3. comment
    Comment #47559789

    I test if qwen3.5-35B-A3B can exit vim when running in a harness that allows it to read the raw terminal buffer and send raw key presses to the terminal. Enjoy!

  4. story
  5. story
  6. comment
    Comment #43202001

    Transformers like Llama use rotary embeddings which are applied in every single attention layer https://github.com/huggingface/transformers/blob/222505c7e4d...

  7. comment
    Comment #40893294

    I'm trying to train a variable resolution ViT using IJEPA. I'm currently topping out at about 30% on imagenet1k after training for 20 epochs (6 hours) It'd be cool to have some hel…

  8. story
  9. comment
    Comment #39451679

    i experiment with using a (mostly) unmodified llama model to generate images, by training on the bits from a lossy compression algorithm. It turns out the key is having a decoder w…

  10. story
  11. comment
    Comment #39218978

    yeah, check out the Emu paper by meta. They basically do all of what is mentioned in the above comment

  12. comment
    Comment #38453654

    Quantization also works as regularization; it stops the neural network from being able to use arbitrarily complex internal rules. But really it's only really useful if you absolute…

  13. comment
    Comment #38168478

    I wrote a short article about jpg and if we could use concepts from how jpg works to make an image autoencoder that has a left-to-right positional bias and variable compression Bas…

  14. story