Viewing profile — apstroll
apstroll
HN member- Joined
- Tue, Mar 12, 2024, 7:04 AM UTC
- HN karma
- 13
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About apstroll
No profile information was provided.
Recent public activity
-
comment
Comment #44458676
Extremely doubtful that it boils down to quadratic scaling of attention. That whole issue is a leftover from the days of small bert models with very few parameters. For large model…
-
comment
Comment #42696267
Under a crossentropy loss the output activations do absolutely represent a probability distribution, since that is what we're modeling.
-
comment
Comment #42683851
The output distribution is deterministic, the output token is sampled from the output distribution, and is therefore not deterministic. Temperature modulates the output distributio…
-
comment
Comment #42530012
This paper is doing exactly that though, handwaving with a couple of floats. The paper is just a collection of observations about what their implementation of shapley value analysi…
-
comment
Comment #39677113
Cosine Similarity is very much about similarity, but it's quite fickle and indirect. Given a function f(l, r) that measures, say, the logprobability of observing both l and r, and …