This model follows the exact continued pretraining + instruction tuning recipe recently published by LiquidAI in their official cookbook:
https://github.com/Liquid4All/cookbook/blob/main/finetuning/notebooks/cpt_translation_with_unsloth.ipynb
I only replaced Korean with Italian by using:
Italian Wikipedia (20231101.it dump) instead of Korean Wikipedia for continued pretraining
DanielSc4/alpaca-cleaned-italian dataset instead of the Korean Alpaca version for instruction tuning
All other steps (LoRA including embed_tokens & lm_head, separate embedding learning rate, Unsloth, fp16 merge) are identical to the original notebook.