#
Tag: llama2
See all tags.
From this tutorial, we have seen how to fine-tune Llama3 8B on the MoAI Platform.
This tutorial introduces an example of fine-tuning the open-source Llama2 13B model on the MoAI Platform.
Preparing the PyTorch script execution environment on the MoAI Platform is similar to doing so on a typical GPU server.
If you've got all your training data ready, let's dive into running the actual fine-tuning process using the
Now, we will train the model through the following process.
Upon running the train_llama2.py script as described earlier, the resulting model will be saved in the
Let's rerun the fine-tuning task with a different number of GPUs.
From this tutorial, we have seen how to fine-tune Llama2 13B for text summarization on the MoAI Platform.