Skip to content

Fine-tuning

Shows how to create and monitor LoRA fine-tuning jobs.

This example assumes using Predibase; is in scope and apiKey contains your Predibase API key.

1
2
3
4
using var client = new PredibaseClient(apiKey);

// List all fine-tuning jobs.
var response = await client.FineTuning.ListFinetuningJobsAsync();