transfer-learning-conv-ai
transfer-learning-conv-ai copied to clipboard
how do i reference my own data in train.py script?
i see the example_entry.py, and ive populated it with my own data.
how do i train on that file? im running python train.py but not sure what is next. Sorry if this is in the readme im not the best reader.
hi @basiclaser if your own dataset is the same format described on the example_entry.py, you can just give the path of the dataset here PERSONACHAT_URL = "https://s3.amazonaws.com/datasets.huggingface.co/personachat/personachat_self_original.json" instead of the persona dataset