rasa-chatbot / train.ps1
Samik Saha
Copied from github
3222229
raw
history blame contribute delete
164 Bytes
docker run --rm --volume ${pwd}:/app \
--workdir /app rasa/rasa:1.10.10 \
train --fixed-model-name rasa-model \
--config config.yml