Expand description
Structures shared across the Fine-tuning API, including jobs, checkpoints, and events.
Modules§
- exposed
- Exposed namespace of the module.
- orphan
- Orphan namespace of the module.
- own
- Own namespace of the module.
- prelude
- Prelude to use essentials:
use my_module ::prelude :: *.
Structs§
- DPOHyperparameters
- Hyperparameters specific to the DPO fine-tuning method.
- Fine
Tune Chat Request Input - Represents the input structure for a chat-based fine-tuning job using the supervised method. This is typically one line in the training JSONL file.
- Fine
Tune Completion Request Input - Represents the input structure for a completions-based fine-tuning job. This is typically one line in the training JSONL file.
- Fine
TuneDPO Method - Configuration for the DPO (Direct Preference Optimization) fine-tuning method.
- Fine
Tune Preference Input Data - Contains the input messages and optional tools for a DPO preference example.
- Fine
Tune Preference Request Input - Represents the input structure for a preference-based (DPO) fine-tuning job. This is typically one line in the training JSONL file.
- Fine
Tune Supervised Method - Configuration for the supervised fine-tuning method.
- Fine
Tuning Checkpoint Permission - Represents a permission for a fine-tuned model checkpoint.
- Fine
Tuning Integration - Represents an integration configuration for a fine-tuning job.
- Fine
Tuning Integration Wandb - Represents the configuration for Weights & Biases integration.
- Fine
Tuning Job - The
fine_tuning.jobobject represents a fine-tuning job that has been created through the API. - Fine
Tuning JobCheckpoint - Represents a model checkpoint for a fine-tuning job that is ready to use.
- Fine
Tuning JobCheckpoint Metrics - Metrics reported at a specific step number during a fine-tuning job.
- Fine
Tuning JobError - Represents an error that occurred during a fine-tuning job.
- Fine
Tuning JobEvent - Represents an event related to a fine-tuning job (e.g., status updates, metric reports).
- Fine
Tuning JobHyperparameters - Represents the hyperparameters used for a fine-tuning job (legacy format).
This structure is deprecated in favor of specifying hyperparameters within the
methodfield. - List
Fine Tuning Checkpoint Permission Response - Response containing a list of fine-tuning checkpoint permissions.
- List
Fine Tuning JobCheckpoints Response - Response containing a list of fine-tuning job checkpoints.
- List
Fine Tuning JobEvents Response - Response containing a list of fine-tuning job events.
- List
Paginated Fine Tuning Jobs Response - Response containing a paginated list of fine-tuning jobs.
Enums§
- Fine
Tune Method - Represents the method used for fine-tuning (supervised or DPO).