Avoiding truncation at 384 chars

#3
by rjalexa - opened

How can I avoid messages/behaviours such as:
UserWarning: Sentence of length 1271 has been truncated to 384
warnings.warn(f"Sentence of length {len(tokens)} has been truncated to {max_len}")
? Thanks a lot

DeepMount00 changed discussion status to closed

Sign up or log in to comment