starcoder icon indicating copy to clipboard operation
starcoder copied to clipboard

dataset_config_name is not set in config.yaml

Open ruanwz opened this issue 2 years ago • 0 comments

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'

ruanwz avatar May 16 '23 15:05 ruanwz