Open Saba-Heydaridoost opened 10 months ago
In the adapter version (our newest version), we trained a single model to handle multiple tasks. Unfortunately, we cannot train a new model for a constituency parser in the adapter version. To address this issue, you should install the dadmatools==1.5.2 version. We are working to train a Constituency parser for our adapter version soon. Also, our tests do not update with our new version. We will write some right tests for this project.
I am using 'import dadmatools.models.constituency_parser as cons' as written in test file, but I get 'ModuleNotFoundError: No module named 'dadmatools.models'' error. How can I solve it?