Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Resource File - Start Fine Tuning Job

Resource File Command Grooper.GPT

Creates a fine-tuning job using the set of fine-tuning files saved on this data element.

Remarks

The Start Fine Tuning Job command submits a new fine-tuning job to your OpenAI provider using one or more fine-tuning files associated with the selected Resource File nodes. Fine-tuning files are created using the Build Fine Tuning File command and are typically stored as .jsonl files. This command allows you to train a custom model based on your data, enabling more accurate and domain-specific completions.

When to Use

  • After preparing and saving fine-tuning files with the Build Fine Tuning File command.
  • When you want to train a new model for your specific use case, such as improving accuracy for specialized terminology or document types.
  • To automate the process of submitting multiple fine-tuning files as a single job.

How It Works

  • Select one or more Resource File nodes containing fine-tuning data (.jsonl format).
  • Configure the 'Base Model' property to specify which OpenAI model to use as the starting point for fine-tuning.
  • Set the 'Name Suffix' property to define a custom suffix for the resulting model's name.
  • The command uploads the selected files, submits a fine-tuning job, and provides a job ID for tracking progress.
  • You can monitor the job's progress and completion status in the OpenAI portal (Dashboard >> Fine Tuning).
  • When the job completes, a new fine-tuned model will be available for use, named after the base model with your specified suffix.

> Note: Only files with a .jsonl extension are eligible for fine-tuning. Ensure your data is properly formatted and validated before submitting.

Properties

NameTypeDescription

See Also

Notification