CODE LLAMA TRAINING

DATASET EXAMPLE

Prompt: Use a loop in Java to print out the squares of numbers from 1 to 10.

Completion: for (int i = 1; i <= 10; i++) { System.out.println(i * i); }

TRAINING LOGS

alt text

alt text

alt text

alt text


YT RECORDING

CodeLlama Finetuning