llm-foundry icon indicating copy to clipboard operation
llm-foundry copied to clipboard

Funetune error with mpt-7b_dolly_sft.yaml

Open alanxmay opened this issue 1 year ago • 0 comments

Finetune command:

cd scripts

composer train/train.py \
  ./train/yamls/finetune/mpt-7b_dolly_sft.yaml

Got error:

Traceback (most recent call last):
...
.../llm-foundry/llmfoundry/data/finetuning/dataloader.py", line 215, in _validate_config
    raise ValueError(
ValueError: In the dataset config, you must set either `hf_name` to use a HuggingFace dataset or set `remote` to use a streaming dataset, but both were None.

alanxmay avatar May 15 '23 15:05 alanxmay