/AWS1/CL_BDKRFTCONFIG¶
Configuration settings for reinforcement fine-tuning (RFT), including grader configuration and training hyperparameters.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_graderconfig TYPE REF TO /AWS1/CL_BDKGRADERCONFIG /AWS1/CL_BDKGRADERCONFIG¶
Configuration for the grader that evaluates model responses and provides reward signals during RFT training.
io_hyperparameters TYPE REF TO /AWS1/CL_BDKRFTHYPERPARAMETERS /AWS1/CL_BDKRFTHYPERPARAMETERS¶
Hyperparameters that control the reinforcement fine-tuning training process, including learning rate, batch size, and epoch count.
Queryable Attributes¶
graderConfig¶
Configuration for the grader that evaluates model responses and provides reward signals during RFT training.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRADERCONFIG() |
Getter for GRADERCONFIG |
hyperParameters¶
Hyperparameters that control the reinforcement fine-tuning training process, including learning rate, batch size, and epoch count.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HYPERPARAMETERS() |
Getter for HYPERPARAMETERS |