We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5734a2a + c019a4c commit 47b1431Copy full SHA for 47b1431
1 file changed
openapi.yaml
@@ -3213,6 +3213,20 @@ components:
3213
type: number
3214
format: float
3215
default: 0.1
3216
+ rpo_alpha:
3217
+ type: number
3218
+ format: float
3219
+ default: 0.0
3220
+ dpo_normalize_logratios_by_length:
3221
+ type: boolean
3222
+ default: false
3223
+ dpo_reference_free:
3224
3225
3226
+ simpo_gamma:
3227
3228
3229
3230
required:
3231
- method
3232
0 commit comments