File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 30
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-29df763b2f7896b4f214e444a58d7aba39a45f90380e5deb3e010ff964f6d14c .yml
3
- openapi_spec_hash : 8706285e2ec0c0b777452a74ae015326
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-4951d9964e7f7647cd3f716f3f127706e0a60d3afedb1d339de8b8c41cfc19d4 .yml
3
+ openapi_spec_hash : 306c08678a0677f1deb1d35def6f8713
4
4
config_hash : d15dd709dd3f87b0a8b83b00b4abc881
Original file line number Diff line number Diff line change @@ -284,6 +284,14 @@ export interface TrainingMethodDpo {
284
284
method : 'dpo' ;
285
285
286
286
dpo_beta ?: number ;
287
+
288
+ dpo_normalize_logratios_by_length ?: boolean ;
289
+
290
+ dpo_reference_free ?: boolean ;
291
+
292
+ rpo_alpha ?: number ;
293
+
294
+ simpo_gamma ?: number ;
287
295
}
288
296
289
297
export interface TrainingMethodSft {
You can’t perform that action at this time.
0 commit comments