From f66f42e05c560d19a5730f6ddbe72ffa89ede42d Mon Sep 17 00:00:00 2001 From: Justin Driemeyer Date: Wed, 21 May 2025 15:10:20 -0700 Subject: [PATCH] Add model_output_name to truncated finetune response --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index ec14c6e..c762317 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2726,6 +2726,7 @@ components: token_count: 850000 events: [] # FineTuneTruncated object has no events model: "meta-llama/Llama-2-7b-hf" + model_output_name: "mynamespace/meta-llama/Llama-2-7b-hf-32162631" n_epochs: 3 training_file: "file-01234567890123456789" wandb_project_name: "my-finetune-project" @@ -2770,6 +2771,8 @@ components: model: type: string description: Base model used for fine-tuning + model_output_name: + type: string suffix: type: string description: Suffix added to the fine-tuned model name