rasa-demo icon indicating copy to clipboard operation
rasa-demo copied to clipboard

Where can I get test_data?

Open cicilzx opened this issue 4 years ago • 4 comments

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?

cicilzx avatar Nov 20 '20 13:11 cicilzx

Thanks for the issue, @degiz will get back to you about it soon!

You may find help in the docs and the forum, too 🤗

sara-tagger avatar Nov 23 '20 07:11 sara-tagger

Hey @cicilzx

Could you please explain what you're trying to archive?

degiz avatar Nov 25 '20 14:11 degiz

The instruction seems to be outdated. I think it should be: rasa test nlu -u tests/test_nlu.yml --model models

lfkpoa avatar Dec 02 '20 17:12 lfkpoa

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

KevinTao24 avatar Jul 19 '21 10:07 KevinTao24