maxSequenceLength property
Maximum tokens per input. Truncation/sliding window is backend-decided when an input exceeds this length. C ABI default: 512.
Implementation
@$pb.TagNumber(3)
$core.int get maxSequenceLength => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set maxSequenceLength($core.int value) => $_setSignedInt32(2, value);