Skip to content

Training/Testing Number Via Cli? #84

@ttlekich

Description

@ttlekich

Is there an option to dynamically pass the number of training and testing examples?

For example, say I have a chatito files that looks like this:

%[intent_name_1]('training': '100')
...

%[intent_name_2]('training': '100')
...

but I would like to have files that look like this:

%[intent_name_1]
...

%[intent_name_2]
...

and specify the training set size (same number for all intents or an option object to pass for each individual intent) when I invoke chatito:

npx chatito ... --training=100

Of course, I could modify the chatito files dynamically with the desired options before I run chatito, but thought it might be nice if there is a simple option like I described.

I could not find my answer in the docs or previous issues, but I apologize in advance if I missed something obvious! Thanks!

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