Conchylicultor / DeepQA

My tensorflow implementation of "A neural conversational model", a Deep learning based chatbot
Apache License 2.0
2.93k stars 1.17k forks source link

test - custom data #84

Closed y0d4a closed 7 years ago

y0d4a commented 7 years ago

Hello, how i can tell DeepQA to learn from custom file (test folder in data) ? i try with main.py --corpus test but: error: argument --corpus: invalid choice: 'test' (choose from 'cornell', 'opensubs', 'scotus', 'ubuntu', 'lightweight')

i am experimenting with https://www.clarin.si/repository/xmlui/handle/11356/1063

tnx.

Conchylicultor commented 7 years ago

You should follow those instructions: https://github.com/Conchylicultor/DeepQA/tree/master/data/lightweight

As explained, you have to use the flags --corpus lightweight --datasetTag <name>

Edit: The test/ folder is just to run a trained model on some samples sentences just to quickly evaluate the model. It's not designed to be a training data.