Live data from Hacker News

Viewing profile — avisoori1x

avisoori1x

HN member
Joined
Sun, Jan 24, 2021, 1:57 AM UTC
HN karma
47
Public activity
17 items

About avisoori1x

No profile information was provided.

Recent public activity

  1. comment
    Comment #40277257

    Please note that this is borrows heavily from GIT/ Kosmos from Microsoft and LLaVA

  2. comment
  3. story
  4. comment
    Comment #40136590

    Updated link here: https://avisoori1x.github.io/2024/04/22/seemore-_Implement_a... Hugging Face community blogs seems to have gone down.

  5. comment
  6. story
  7. comment
    Comment #40113791

    I implemented a vision language model consisting of an image encoder, a multimodal projection module and a decoder language model in pure PyTorch. Think of this as a simplified ver…

  8. story
  9. comment
    Comment #39843259

    This repo I created and the linked blog will help in understanding this: https://github.com/AviSoori1x/makeMoE

  10. comment
    Comment #39801936

    This is awesome! Thanks for sharing. I'll definitely check this out.

  11. comment
    Comment #39801932

    Quite honestly not in my experiments. I wanted to do some Bayesian hyperparameter optimization with some discretized options like noise/no-noise and n_expert/top_k but haven't been…

  12. comment
    Comment #39793594

    Oh nice. What's new here would be noisy top-k routing and expert capacity. It also seems to use the nanoGPT base from Andrej Karpathy. Mine is from January as well. Here's the orig…

  13. comment
    Comment #39792870

    This is a good point. I'm yet to try it as I've kind of let this project sit for a couple of months and only getting back to it. I went with this because it's simpler but I'm not s…

  14. comment
    Comment #39792853

    Thanks! So this is something I tried and qualitatively I didn't see a huge difference. I'd like to swap out my hand rolled modules with standard pytorch modules for self attention …

  15. comment
    Comment #39742922

    A from scratch implementation of a sparse mixture of experts language model in a single file of PyTorch. This is inspired by and largely based on Andrej Karpathy's project 'makemor…

  16. story
  17. comment
    Comment #25888230

    This seems very useful. Nice work as always!