Skip to main content

List Base Models

List Base Models

POST 

/api/2/auto_eval/fine_tune_job/list_base_models

List all base models available for fine-tuning.

Request

Body

    object

Responses

Successful operation

Schema

    models

    object[]

    required

  • Array [

  • id stringrequired
    createdAt date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    updatedAt date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    deletedAt date-time

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    userId string

    metricBaseModel

    object

    required

    Information about a base model corresponding to a metric

    id stringrequired
    modelId stringrequired
    baseModelArchitecture BaseModelArchitecture (string)required

    Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

    Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY, BASE_MODEL_ARCHITECTURE_MODERNBERT_BASE, BASE_MODEL_ARCHITECTURE_MODERNBERT_LARGE]

    baseEvaluationMetric BaseEvaluationMetric (string)

    Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

    Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

    modelCard

    object

    modelId stringrequired
    name stringrequired
    description stringrequired
    deploymentStatus ModelDeploymentStatus (string)required

    Possible values: [MODEL_DEPLOYMENT_STATUS_UNSPECIFIED, MODEL_DEPLOYMENT_STATUS_PENDING, MODEL_DEPLOYMENT_STATUS_ONLINE, MODEL_DEPLOYMENT_STATUS_OFFLINE, MODEL_DEPLOYMENT_STATUS_PAUSED]

    createdAt date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    updatedAt date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    modelSize integerrequired
    purpose stringrequired

    trainingProgress

    object

    required

    Progress metrics from model training.

    jobId stringrequired
    epoch integerrequired
    loss numberrequired
    accuracy numberrequired
    progress numberrequired
    timestamp date-timerequired

    A summary is retrieved for a time range from start_time to end_time If no end_time is provided, current time is used

    baseModelArchitecture BaseModelArchitecture (string)required

    Keep in sync with www/prisma/schema.prisma:AEBaseModelArchitecture

    Possible values: [BASE_MODEL_ARCHITECTURE_UNSPECIFIED, BASE_MODEL_ARCHITECTURE_ALBERTA_XS, BASE_MODEL_ARCHITECTURE_ALBERTA_LC, BASE_MODEL_ARCHITECTURE_DEBERTA_V3, BASE_MODEL_ARCHITECTURE_ST_SIMILARITY, BASE_MODEL_ARCHITECTURE_MODERNBERT_BASE, BASE_MODEL_ARCHITECTURE_MODERNBERT_LARGE]

    baseEvaluationMetric BaseEvaluationMetric (string)

    Keep in sync with www/prisma/schema.prisma:AEBaseEvaluationMetric

    Possible values: [BASE_EVALUATION_METRIC_UNSPECIFIED, BASE_EVALUATION_METRIC_FAITHFULNESS, BASE_EVALUATION_METRIC_RELEVANCE, BASE_EVALUATION_METRIC_TOXICITY, BASE_EVALUATION_METRIC_QA, BASE_EVALUATION_METRIC_SUMMARIZATION]

    values

    object

    required

    property name* string
    tags string[]required
    columns string[]required
  • ]

Loading...