transfer-learning-conv-ai icon indicating copy to clipboard operation
transfer-learning-conv-ai copied to clipboard

how do i reference my own data in train.py script?

Open made-by-chris opened this issue 5 years ago • 1 comments

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.

made-by-chris avatar Jun 03 '20 21:06 made-by-chris

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

Hilal-Urun avatar Mar 24 '21 14:03 Hilal-Urun