ModelConfig::getTopLogprobs(): int|null

In this article

Gets the number of top log probabilities to return.

Return

int|null The number of top log probabilities.

Source

public function getTopLogprobs(): ?int
{
    return $this->topLogprobs;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.