Local datasets bots in DeepPavlov

Hi, community, I’m back and I wanna know how bulid an gobot model with local dataset in the function bulid_model() of the main package.
If you can help me, I’m greeting.

Best regards,
Gilberto.

Hi Gilberto,

The easiest way will be to open files for standard dstc2 dataset and make your dataset in the same format.

First run python3 -m deeppavlov download gobot_dstc2. The logs will show the path of your saved files, they will look something like ~/.deeppavlov/downloads/dstc2/.

how to include our dataset into the go bot model? Do we have to change the json file manually? Can anyone give me detailed explanation on implementing own dataset into the model.

1 Like