Values.DistillationConfigSourceSettings for distilling a foundation model into a smaller and more efficient model.
type nonrec t = {teacherModelConfig : TeacherModelConfig.t;The teacher model configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of TeacherModelIdentifier.t ])
list ])
list ]