Packages

c

com.johnsnowlabs.ml.ai.seq2seq

DecoderProcessor

class DecoderProcessor extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecoderProcessor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DecoderProcessor(batchSize: Int, maxTextLength: Int, sequenceLength: Int, doSample: Boolean, topK: Int, topP: Double, temperature: Double, vocabSize: Int, noRepeatNgramSize: Int, repetitionPenalty: Double, randomSeed: Option[Long], stopTokens: Array[Int], paddingTokenId: Int, ignoreTokenIds: Array[Int], maxNewTokens: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val batchSize: Int
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createNextTokenLogitsPenalties(inputIds: Seq[Array[Int]], logits: Array[Array[Float]], repetitionPenalty: Double): Array[Array[Float]]
  8. var currentLength: Int
  9. val doSample: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val ignoreTokenIds: Array[Int]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val maxNewTokens: Int
  18. val maxTextLength: Int
  19. var nPredictedTokens: Int
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val noRepeatNgramSize: Int
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val paddingTokenId: Int
  25. def processLogits(batchLogits: Array[Array[Float]], decoderInputIds: Array[Array[Int]]): Array[Array[Int]]
  26. def processLogits(batchLogits: Array[Array[Float]], decoderInputIds: Array[Array[Long]]): Array[Array[Long]]
  27. val randomSeed: Option[Long]
  28. val repetitionPenalty: Double
  29. var sentenceLengths: List[Int]
  30. val sequenceLength: Int
  31. def stopDecoding(decoderInputIds: Array[Array[Long]]): Boolean
  32. def stopDecoding(decoderInputIds: Array[Array[Int]]): Boolean
  33. val stopTokens: Array[Int]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. val temperature: Double
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val topK: Int
  38. val topP: Double
  39. var unfinishedSentences: List[Int]
  40. val vocabSize: Int
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped