diff --git a/.stats.yml b/.stats.yml index 3993d43c..0a22482b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 16 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-fe6fb14a0be4c133d8a105140bca7128149a2b762e763ad5e7c3b1e5909cc08b.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2FTogetherAI-210802bdd1b7dae66ee64ba37555dbfbe3080272fe3c441934c812ad0b326728.yml diff --git a/src/resources/fine-tune.ts b/src/resources/fine-tune.ts index 765b353b..cee7e56f 100644 --- a/src/resources/fine-tune.ts +++ b/src/resources/fine-tune.ts @@ -312,8 +312,8 @@ export interface FineTuneCreateParams { wandb_api_key?: string; /** - * The percent of steps at the start of training to linearly increase the - * learning-rate. + * The percent of steps at the start of training to linearly increase the learning + * rate. */ warmup_ratio?: number; }