Fine-Tuning Projects
The Fine-Tuning page lists all your projects with the following columns: Project Name, Jobs, Date Created, and Last Modified. From here you can create new projects and open existing ones.Create a project
Click + Create Project to open the Create Fine-Tuning Project modal. Enter a name (up to 100 characters) and description (up to 1000 characters), then click Create Project. Once created, click Go to Project to open the project and start adding jobs.Create a fine-tuning job
From inside a project, click + Create Job. The wizard walks through the following steps:Job Details — Name and describe the job, then select a fine-tuning method:
- Instruction Tuning (Standard) — Fine-tune with domain-specific instructions and responses. Best for reliable outputs that reflect expert knowledge.
- Reinforcement Tuning (Advanced) — Optimize outputs through reinforcement learning. Best for tasks with clear, verifiable answers.
Select Data for Fine-Tuning — Choose an existing file from your storage or upload a new one. Accepted formats: JSONL or Parquet. Maximum file size: 150 MB.
Select Hardware Configuration — Choose compute resources on AMD Instinct MI300X hardware:
- 1 Instance — Ideal for fine-tuning a smaller model with a lighter dataset.
- 8 Instances — Recommended for fine-tuning a larger model with an extensive dataset.
Tune Hyperparameters — Adjust training parameters:
- Number of Epochs — Default 1, integer from 1 to 2000.
- Batch Size — Default 1, integer from 1 to 1024.
- Learning Rate — Default 1e-05, number between 0 and 1.