Skip to content

Train my own dataset #6

@NazaninSal

Description

@NazaninSal

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions