Where can I get test_data?
cicilzx opened this issue · 4 comments
cicilzx commented
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
?
sara-tagger commented
lfkpoa commented
The instruction seems to be outdated.
I think it should be:
rasa test nlu -u tests/test_nlu.yml --model models
KevinTao24 commented
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