Changelog
----------------
- Added SQuAD-based templates for English
- 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')