ConfigFineTunes constructor
ConfigFineTunes({})
Implementation
ConfigFineTunes({
this.model = 'curie',
this.nEpochs = 4,
this.batchSize,
this.learningRateMultiplier,
this.promptLossWeight = 0.01,
this.computeClassificationMetrics = false,
this.classificationNClasses,
this.classificationPositiveClass,
this.suffix,
});