epachamo

Results 4 issues of epachamo

line 44 reads: self.data["train"] = self.dev I believe it should be: self.data["train"] = self.train

- [x ] I have searched open and closed issues for duplicates - [x ] I am submitting a bug report for existing functionality that does not work as intended...

On line 183 of model/hidden.py: `def to_stirng(self):` should be `def to_string(self):`

**Describe the bug** No matter what, whether the command is accepted and processed or not, even if the command is "help", it will execute the command and add the following...

bug
poc