abacusai.finetuned_pretrained_model
Module Contents
Classes
A finetuned pretrained model |
- class abacusai.finetuned_pretrained_model.FinetunedPretrainedModel(client, name=None, modelId=None, createdAt=None, updatedAt=None, config=None, baseModel=None, finetuningDatasetId=None)
Bases:
abacusai.return_class.AbstractApiClass
A finetuned pretrained model
- Parameters:
client (ApiClient) – An authenticated API Client instance
name (str) – The user-friendly name for the model.
modelId (str) – The unique identifier of the model.
createdAt (str) – When the finetuned pretrained model was created.
updatedAt (str) – When the finetuned pretrained model was last updated.
config (dict) – The finetuned pretrained model configuration
baseModel (str) – The pretrained base model for fine tuning
finetuningDatasetId (str) – The finetuned dataset ids of the model.
- __repr__()
Return repr(self).