Viewing profile — avisoori1x
avisoori1x
HN member- Joined
- Sun, Jan 24, 2021, 1:57 AM UTC
- HN karma
- 47
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About avisoori1x
No profile information was provided.
Recent public activity
-
comment
Comment #40277257
Please note that this is borrows heavily from GIT/ Kosmos from Microsoft and LLaVA
- comment
- story
-
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.
- comment
- story
-
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…
- story
-
comment
Comment #39843259
This repo I created and the linked blog will help in understanding this: https://github.com/AviSoori1x/makeMoE
-
comment
Comment #39801936
This is awesome! Thanks for sharing. I'll definitely check this out.
-
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…
-
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…
-
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…
-
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 …
-
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…
- story
-
comment
Comment #25888230
This seems very useful. Nice work as always!