Builder

class Builder

Properties

Link copied to clipboard

The maximum number of tokens to generate in the model response during evaluation.

Link copied to clipboard

The list of sequences that will cause the model to stop generating tokens when encountered.

Link copied to clipboard

The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.

Link copied to clipboard
var topP: Float?

The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.