You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the possibility to get templates based on multiple datasets. For instance, SQuAD-based templates for English could be downloaded with qi.download('en/squad') and used with qi.use('en/squad').
Added new evaluation scripts to get statistics for the upcoming version of the paper
Now it's possible to get the version of the package by running qi.__version__
Bugfixes
Fixed bug with downloading and using templates (ValueError: invalid literal for int() with base 10: '404: Not Found')