starcoder
starcoder copied to clipboard
dataset_config_name is not set in config.yaml
https://github.com/bigcode-project/starcoder/blob/6c746b437d1895fb47b809d81a6a0db6637f6eee/chat/train.py#L313
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'