Code for Medium story TinyLlama 1.1B and Stable LM 2 1.6B: Another shallow dive into Performance and Fine-Tuning of Small Models
The code provided here is not a training framework or standalone trainer but should only illustrate the process of fine-tuning these model using the Hugging Face ecosystem.
nb_prepare-OA2-dataset.ipynb
: Extract the top ranked conversation from the Open Assistant 2 dataset.nb_finetune_StableLM2_OA2.ipynb
: Fine-tune Stable LM 2 1.6B on the Open Assistant 2 dataset.nb_finetune_TinyLlama_OA2.ipynb
: Fine-tune TinyLlama 1.1B on the Open Assistant 2 dataset.