Sunday, January 19, 2025

Fine Tuning Valleys

Try fine tuning a LLM on a dataset and put generation in each batch. You will see interesting results are generated during the process. Codes, Multiple Choice questions etc.

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()