We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c33329 + f66f42e commit 59490d5Copy full SHA for 59490d5
1 file changed
openapi.yaml
@@ -2726,6 +2726,7 @@ components:
2726
token_count: 850000
2727
events: [] # FineTuneTruncated object has no events
2728
model: "meta-llama/Llama-2-7b-hf"
2729
+ model_output_name: "mynamespace/meta-llama/Llama-2-7b-hf-32162631"
2730
n_epochs: 3
2731
training_file: "file-01234567890123456789"
2732
wandb_project_name: "my-finetune-project"
@@ -2770,6 +2771,8 @@ components:
2770
2771
model:
2772
type: string
2773
description: Base model used for fine-tuning
2774
+ model_output_name:
2775
+ type: string
2776
suffix:
2777
2778
description: Suffix added to the fine-tuned model name
0 commit comments