HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eric15342335

no profile record

comments

eric15342335
·قبل 4 أشهر·discuss
just kidding: will someone make a ublock filter list for this website?
eric15342335
·قبل 5 أشهر·discuss
My first impression is that the model sounds slightly more human and a little more praising. Still comparing the ability.
eric15342335
·قبل 5 أشهر·discuss
Interesting. Have already sent 6 emails :)
eric15342335
·قبل 5 أشهر·discuss
Correct me if I am wrong, I think this is related to the term "covariate shift" (change in model input distribution x) and "concept drift".
eric15342335
·قبل 8 أشهر·discuss
Update: it is available at https://aistudio.google.com now!
eric15342335
·قبل 9 أشهر·discuss
correlation is not causation
eric15342335
·قبل 9 أشهر·discuss
What about Pylint? iirc pylint has code duplication check as well. is it the same thing?
eric15342335
·قبل 10 أشهر·discuss
Not sure if I get it correctly:

They trained a thing to learn mimicking the full attention distribution but only filtering the top-k (k=2048) most important attention tokens so that when the context window increases, the compute does not go up linearly but constantly for the attention->[query,key] process (it does grow up linearly in the graph because you still need to roughly scan the entire context window (which an "indexer" will do), but just very roughly here in order to speed up things, which is O(L) here).