Viewing profile — nvtop
nvtop
HN member- Joined
- Sat, Dec 23, 2023, 9:47 PM UTC
- HN karma
- 96
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About nvtop
No profile information was provided.
Recent public activity
-
comment
Comment #45273850
I tried to love mc, but its ergonomics felt slightly off. Maybe it's just hard to rewire my Norton / Volkov Commander / FAR Manager muscle memory, I don't know I ended up being on …
-
comment
Comment #44675831
March 2024
-
comment
Comment #44490381
This video has a live coding part which implements a masked diffusion generation process: https://www.youtube.com/watch?v=oot4O9wMohw
-
comment
Comment #44065036
You can absolutely do it, and I think it's a nice idea to try.
-
comment
Comment #44061013
Correct, diffusion LMs can edit their intermediate predictions, so "final" tokens aren't necessarily final. This is an exciting property because it allows models to correct errors …
-
comment
Comment #44059646
Despite the name, diffusion LMs have little to do with image diffusion and are much closer to BERT and old good masked language modeling. Recall how BERT is trained: 1. Take a full…
-
comment
Comment #42971165
I'm also very skeptical of the significance of this "aha moment". Even if they didn't include chain-of-thoughts to the base model's training data (unlikely), there are still plenty…
-
comment
Comment #40419000
The whole point of NPU-enabled devices is to run models locally, so they your data never leaves your device. This is a huge privacy win.
-
comment
Comment #39260050
I use tmux when SSH'ing to remote boxes, but when working locally I find native terminal panes and tabs to be a better experience. Does tmux provide anything extra to what wezterm/…
-
comment
Comment #38748618
A lot. POS taggers used to be linear classifiers + features. In 2018 they switched to BERT and similar encoder-only models. In 2023, POS tagging is largely irrelevant, because it w…