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
It generates error:
if data_args.dataset_config_name is not None:AttributeErrorif data_args.dataset_config_name is not None:
AttributeError:
'DataArguments' object has no attribute 'dataset_config_name': 'DataArguments' object has no attribute 'dataset_config_name'AttributeError: AttributeError'DataArguments' object has no attribute 'dataset_config_name
': 'DataArguments' object has no attribute 'dataset_config_name'
The text was updated successfully, but these errors were encountered:
starcoder/chat/train.py
Line 313 in 6c746b4
It generates error:
if data_args.dataset_config_name is not None:AttributeErrorif data_args.dataset_config_name is not None:
AttributeError:
'DataArguments' object has no attribute 'dataset_config_name': 'DataArguments' object has no attribute 'dataset_config_name'AttributeError: AttributeError'DataArguments' object has no attribute 'dataset_config_name
': 'DataArguments' object has no attribute 'dataset_config_name'
The text was updated successfully, but these errors were encountered: