Would another day of editing fundamentally change the value readers get? Probably not. Ship it and move on to your next idea while you're still energized.
Logs
Trying out Windsurf
When you are curious about something, you have the right cocktail of neurotransmitters present to make that information stick. If you get the answer to something in the context of your curiosity,...
we can improve the accuracy of nearly any kind of machine learning algorithm by training it multiple times, each time on a different random subset of the data, and averaging its predictions Fastbook...
I wanted to get more hands-on with the language model trained in chapter 12 of the FastAI course, so I got some Google Colab credits and actually ran the training on an A100. It cost about $2.50 and...
The following code allowed me to successfully download the IMDB dataset with fastai to a Modal volume:
I tried training a language model with fastai on Modal.
Jon wrote an interesting blog on top of Cloudflare Workers and KV.
Ran several experiments using local LLMs (~7b parameter models) like llama3.2 and phi3 to generate a random number between 1 and 100. The exact prompt was
Reading a bunch. Also got inspired to play around with generating random numbers with language models across different temperatures to see their distributions.