Skip to content

Commit c019a4c

Browse files
committed
Add dpo improvements options
1 parent 5734a2a commit c019a4c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,6 +3213,20 @@ components:
32133213
type: number
32143214
format: float
32153215
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+
type: boolean
3225+
default: false
3226+
simpo_gamma:
3227+
type: number
3228+
format: float
3229+
default: 0.0
32163230
required:
32173231
- method
32183232

0 commit comments

Comments
 (0)