From a5229a473a6c7c9acb09e97e0891fd789bacf38e Mon Sep 17 00:00:00 2001 From: Arsh Zahed Date: Tue, 22 Oct 2024 11:32:53 -0700 Subject: [PATCH] Change learning-rate to learning rate --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index cbb8c2a..c86fe31 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -404,7 +404,7 @@ paths: type: number format: float default: 0.0 - description: The percent of steps at the start of training to linearly increase the learning-rate. + description: The percent of steps at the start of training to linearly increase the learning rate. suffix: type: string description: Suffix that will be added to your fine-tuned model name