experience and competence are not the same thing, and it’s wild how much many industries value the first over the second.
AI
-
Top 2022 AI Videos: Data Centers, Digital Twins, Healthcare
By
–
Our most popular videos of 2022 put spotlights on photorealistically animated data centers, digital twins for climate science, AI for healthcare and more. https://
nvda.ws/3GibTg5 -
Searching for canonical references to the bitter lesson
By
–
was looking for more references to the "bitter lesson" – is this the canonical source? http://
incompleteideas.net/IncIdeas/Bitte
rLesson.html
… -
Optimizing minGPT: Performance improvements from 495ms to 102ms
By
–
having fun optimizing minGPT today
– base: 495ms
– zero_grad(set_to_none=True): 492
– torch.jit.script gelu: 463
– OMP_PROC_BIND=CLOSE: 453
– torch.backends.cuda.matmul.allow_tf32: 143
– torch.autocast(torch.bfloat16): 121
– FlashAttention: 102
now: more fused kernels more better -
Splitting minGPT into educational and efficient versions
By
–
Context I realized I have to split up minGPT because I can't properly simultaneously satisfy both 1) educational and 2) efficient in one repo. So I'm separately writing 1) the maximally educational minGPT (+video etc.) and 2) a more efficient (still ~clean) version that has teeth
-

Thank You for Supporting AI Research and Innovation in 2022
By
–
From all of us to the entire community: Thank you for supporting AI research, innovation & open science in 2022 — we're excited to continue pushing this (and more) forward together in 2023.
-
Dealing with GPT-3 Limited Context Window Constraints
By
–
how do you deal with the limited context window of GPT3? afaik, ChatGPT a limit of 8092 tokens, whereas GPT3 is lower (3-4k?) any langchain solution to that sort of thing?
-

Top 50 Public Datasets for Machine Learning
By
–
The 50 best public datasets for machine learning: http://
bit.ly/50datasets (v/
@dd_invest
) -

Language Models Achieve State of the Art on Medical QA
By
–
Language models achieve state of the art on medical QA, demonstrating the power of scaling + prompting. Excited to see the emergent use of language models in domain-specific applications in the next few years!
-

Educator Reflects on In-Person Student Growth and Development
By
–
From a more academic standpoint, it's been so satisfying interacting with all my students in person in earnest this year and watching them grow.