SamplerConfig constructor
const
SamplerConfig({})
Implementation
const SamplerConfig({
this.temperature = 1.0,
this.topK = 0,
this.topP = 1.0,
this.repetitionPenalty = 1.0,
this.penaltyWindow = 64,
});
const SamplerConfig({
this.temperature = 1.0,
this.topK = 0,
this.topP = 1.0,
this.repetitionPenalty = 1.0,
this.penaltyWindow = 64,
});