From 8a5c97a90f021f4ab4b87186dd1d15256f486a67 Mon Sep 17 00:00:00 2001 From: Egor Timofeev Date: Thu, 30 Apr 2026 11:37:51 +0200 Subject: [PATCH 1/2] Add default note on max-seq-length --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3451987..fa3658f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11183,7 +11183,7 @@ components: description: Whether sequence packing is being used 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 type will be used. model: type: string description: Base model used for fine-tuning From 41c873c6ff94bf823d09a4b22369dc3321b65a07 Mon Sep 17 00:00:00 2001 From: Egor Timofeev Date: Thu, 30 Apr 2026 14:35:58 +0200 Subject: [PATCH 2/2] Fix type -> method --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index fa3658f..c6944c5 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -11183,7 +11183,7 @@ components: description: Whether sequence packing is being used for training. max_seq_length: type: integer - description: Maximum sequence length to use for training. If not specified, the maximum allowed for the model and training type will be used. + 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: Base model used for fine-tuning