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
Using the YamlConfigParser with derived classes of TrainingArguments throws an error because it assumes all classes that are isinstance(class, TrainingArguments) must be TrainingArguments and not a derived class