Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chatito npm script generates training/testing data only from last processed .chatito file #31

Closed
heaven00 opened this issue Aug 28, 2018 · 1 comment

Comments

@heaven00
Copy link

I have a list of .chatito files in the folder and I am using the following command

npx folder/path --format rasa --outputPath data/nlu

it prints

Processing file: /folder/path/bye.chatito
Processing file: /folder/path/greet.chatito
Processing file: /folder/path/negative.chatito
Saved training dataset: ./rasa_dataset_training.json
Saved testing dataset: ./rasa_dataset_training.json

But the training set and test set only contains sample from negative.chatito, the last processed file.

@heaven00 heaven00 changed the title Chatito npm script generates training/testing data only from last .chatito file Chatito npm script generates training/testing data only from last processed .chatito file Aug 28, 2018
@rodrigopivi
Copy link
Owner

Hi @heaven00,

Thanks for reporting, this was indeed an issue with the rasa adapter and how it deep-merged the datasets, fixed with release 2.1.4

Again thanks for reporting, let me know if you have more issues, closing the issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants