buerokratt / Training-Module

MIT License
2 stars 20 forks source link

Validate Rasa NLU datasets for model training #76

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS AN NLU Trainer I WANT TO validate that my Rasa-specific input is technically correct SO THAT Rasa wouldn't fail

Acceptance Criteria

Scope of this issue to get technical feedback on Rasa input

Potential additional validations

GUI

mkuusk94 commented 1 year ago

@turnerrainer Please can you explain what's needs to be done here?

janyprus commented 1 year ago

sample input for /rasa/training/validate

{
    "command": "rasa train --out results/model"
}

Pull request #200