TeacherModelConfig¶
Structure Class¶
TeacherModelConfig
dataclass
¶
Details about a teacher model used for model customization.
Attributes¶
max_response_length_for_inference
class-attribute
instance-attribute
¶
max_response_length_for_inference: int | None = None
The maximum number of tokens requested when the customization job invokes the teacher model.
teacher_model_identifier
instance-attribute
¶
teacher_model_identifier: str
The identifier of the teacher model.