langchain_community.llms.ai21.AI21PenaltyData

class langchain_community.llms.ai21.AI21PenaltyData[source]

Bases: BaseModel

AI21惩罚数据的参数。

通过解析和验证从关键字参数传入的输入数据来创建一个新模型。

如果输入数据无法解析以形成一个有效的模型,则引发ValidationError。

参数 applyToEmojis: bool = True
参数 applyToNumbers: bool = True
参数 applyToPunctuations: bool = True
参数 applyToStopwords: bool = True
参数 applyToWhitespaces: bool = True
参数 scale: int = 0