openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.finetune
/
HyperParams
/
HyperParams
Hyper
Params
constructor
(
batchSize
:
Int
?
=
null
,
learningRateMultiplier
:
Double
?
=
null
,
nEpochs
:
Long
,
promptLossWeight
:
Double
,
computeClassificationMetrics
:
Boolean
?
=
null
,
classificationNClasses
:
Int
?
=
null
,
classificationPositiveClass
:
String
?
=
null
)