Quickstart
In the following guide, we'll learn how to use the Yotta AI fine-tuning CLI tool to fine-tune a Llama 3 7B model on a testing dataset.
Install the CLI
To get started, install the Yotta Python CLI:
Authentication
The API Key can be configured via setting the YOTTA_API_KEY
environment variable by running the following command:
Uploading Data
To upload your data, run the following command. Remember to replace PATH_TO_DATA_FILE
with the path to your dataset.
Start Fine-Tuning Job
You now can start the fine-tuning job based on your training file and model. The command line is:
Monitor Jobs
You can use the following command line to get the progress of a job:
Other Useful CLI Commands
Last updated