-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Hi,
If I want to train the model based on only my own dataset. What should I do?
I found in "data>lightweight" you mentioned required format for model.
Should I only obey this format and put my dataset in data directory or there are some other things I have to do with train files?
I think I have to change "availableCorpus", in this part also : chatbot>textdata.py (line52)
availableCorpus = collections.OrderedDict([ # OrderedDict because the first element is the default choice
('cornell', CornellData),
('opensubs', OpensubsData),
('scotus', ScotusData),
('ubuntu', UbuntuData),
('lightweight', LightweightData),
])
Would you please help me if need to change any other parts?
Thanks
Naz
Metadata
Metadata
Assignees
Labels
No labels