ModelConfig::getPresencePenalty(): float|null

In this article

Gets the presence penalty.

Return

float|null The presence penalty.

Source

public function getPresencePenalty(): ?float
{
    return $this->presencePenalty;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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