Skip to content

Commit

Permalink
updated max input length
Browse files Browse the repository at this point in the history
  • Loading branch information
prabod committed Jan 23, 2024
1 parent 5304c1f commit 46e8f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class LLAMA2Transformer(override val uid: String)
ignoreTokenIds -> Array(),
batchSize -> 1,
beamSize -> 1,
maxInputLength -> 512)
maxInputLength -> 4096)

/** takes a document and annotations and produces new annotations of this annotator's annotation
* type
Expand Down

0 comments on commit 46e8f15

Please sign in to comment.