![JAR search and dependency download from the Maven repository](/logo.png)
com.johnsnowlabs.ml.ai.util.Generation.GenerationConfig.scala Maven / Gradle / Ivy
package com.johnsnowlabs.ml.ai.util.Generation
case class GenerationConfig(
bosId: Int,
padId: Int,
eosId: Int,
vocabSize: Int,
beginSuppressTokens: Option[Array[Int]],
suppressTokenIds: Option[Array[Int]],
forcedDecoderIds: Option[Array[(Int, Int)]])
© 2015 - 2025 Weber Informatics LLC | Privacy Policy