@BLRAirport I misplaced my blue Tommy Hilfiger jacket (size M) at Wolfgang Puck, Terminal 2 departure area, around 3:00 AM on Oct 31. Please let me know how I can check with Lost & Found or if it’s been turned in. Thanks!
I think Meta and Llama-3 is the final nail in the coffin to several misconceptions I've been fighting against for the last year.
Llama-3 Chat was trained on over 10M Instruction/Chat samples, and is one of the only finetunes that shows significant improvements to MMLU. Contradicting several claims:
- That finetuning can't teach a model new knowledge, MMLU is a wide variety huge dataset of knowledge QA, improvement of over 3pts in MMLU strongly shows that it does indeed add new knowledge
- That LIMA paper (ironically by Meta) claim, that "10k" samples is best you can do to teach a model to do things with, completely destroyed by this.
I've been arguing these things to people for a year, with a lot of pushback, but the evidence is clear, though I'd argue it was clear long prior from Hermes work.
The Transformer is a magnificient neural network architecture because it is a general-purpose differentiable computer. It is simultaneously:
1) expressive (in the forward pass)
2) optimizable (via backpropagation+gradient descent)
3) efficient (high parallelism compute graph)
📘 Probabilistic Machine Learning: An Introduction
I have been looking for a book like this. Kevin Murphy published the 2021 edition of the Probabilistic Machine Learning e-textbook. Love the emphasis on probability and math. It includes code examples.
https://t.co/nK3AYNMP1z
Regardless of anything else, I think being told that I couldn't publish a major paper that I'd been working on for ages, totally out of the blue, and with no reason or recourse, is like a top ten wake-up-in-a-cold-sweat nightmare scenario for me.
The dynamics of stochastic variational inference is a balance of three forces.
One pushes the samples towards the likelihood, the other towards the prior and the third pushes the samples apart to avoid the collapse into the MAP estimator.
Our first post is by @ZhaoYixiu on Structured VAEs—a paper by @SingularMattrix, @DavidDuvenaud, Alex Wiltschko, @ryan_p_adams, and @Datta_Lab. It's an elegant idea but tough to implement... until now! JAX and TensorFlow Probability made it way easier! 2/3 https://t.co/iSpBLRmGEL
Deadlines are amazing! I really do not understand how papers come together in the last moment! 3 days ago, I thought we are not submitting many of the papers we were writing. 10 min before the deadline, the paper looks so good as if we could not do it any better. #CVPR2021
Why does L1 regularization induce sparse models?
Many illustrate this using the least squares problem with a norm constraint. The least squares level sets are drawn next to the different unit "circles".
I prepared a cool animation which I believe makes it even clearer 🙂
Deep Mind recently came out with Long Range Arena, a benchmark suite to pit Efficient Transformers against each other in Long Range Tasks 🏃🏃♀️🏃♂️.
Do we finally have a winner?
Paper: https://t.co/4Dm3NU11tl