You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, not everyone needs / should be using the new behaviour. legacy = True means True, I want to use legacy.
However there is indeed a type, legacy = False should be set for the new behaviour !
System Info
v4.32.1
Who can help?
@ArthurZucker
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
The error message in tokenization_llama.py asks the user to provide a flag which does nothing:
transformers/src/transformers/models/llama/tokenization_llama.py
Lines 140 to 148 in 77713d1
(Or the documentation is faulty. Does
legacy = True
turn the legacy behavior on or off?)Expected behavior
Not sure, but possibly, the error message should ask the user to set
legacy=False
to get the new behavior.The text was updated successfully, but these errors were encountered: