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
Yes, this is known and on the roadmap for the tokenizers: the goal is for them to use their specific config instead of the model config. Hoping to get to that in the next month or so!
Currently, the model config is logged twice during startup:
AutoConfig.from_pretrained
AutoTokenizer.from_pretrained
->AutoConfig.from_pretrained
Should there be a state variable that prevents the logging of the same config twice?
This happens for example with all example scripts:
Example log when running
run_clm.py
:To get the traceback I just added:
@LysandreJik, @sgugger
The text was updated successfully, but these errors were encountered: