Skip to content

Instantly share code, notes, and snippets.

@ivyleavedtoadflax
Last active February 16, 2022 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivyleavedtoadflax/bf6e22b7ce2852cbaed64c62fbae805a to your computer and use it in GitHub Desktop.
Save ivyleavedtoadflax/bf6e22b7ce2852cbaed64c62fbae805a to your computer and use it in GitHub Desktop.
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