Last active
February 16, 2022 13:26
-
-
Save ivyleavedtoadflax/bf6e22b7ce2852cbaed64c62fbae805a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stages: | |
train: | |
cmd: >- | |
rasa data validate && | |
rasa train --fixed-model-name ./models/model --out ./ | |
params: | |
- config.yml: | |
- pipeline | |
- policies | |
deps: | |
- data | |
outs: | |
- ./models |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment