rasa-demo
rasa-demo copied to clipboard
Where can I get test_data?
When I run rasa test nlu -u test/test_data.json --model models
, I received this message:
UserWarning: The path 'test/test_data.json' does not seem to exist. Using the default value 'data' instead.
I can't find the default value data
, and I can't find test/test_data.json
. So where can I get the test/test_data
?
Thanks for the issue, @degiz will get back to you about it soon!
You may find help in the docs and the forum, too 🤗
Hey @cicilzx
Could you please explain what you're trying to archive?
The instruction seems to be outdated.
I think it should be:
rasa test nlu -u tests/test_nlu.yml --model models
you can use:
rasa test nlu -u tests/test_nlu.yml
--model models
and
rasa test core --stories tests/test_conversations.yml
the README.md not updated