From 87db92ba468a8c020bfda7e64a21a1c70ba3dd45 Mon Sep 17 00:00:00 2001 From: Egor Timofeev Date: Mon, 11 May 2026 18:48:44 +0200 Subject: [PATCH] Add description to the parameter --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3f9e43f..c2cc0a0 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2545,7 +2545,7 @@ paths: description: Whether to use sequence packing for training. max_seq_length: type: integer - description: Maximum sequence length to use for training. + description: Maximum sequence length to use for training. If not specified, the maximum allowed for the model and training method will be used. model: type: string description: Name of the base model to run fine-tune job on