Releases: deeppavlov/DeepPavlov
Releases · deeppavlov/DeepPavlov
Release 0.0.8
- Integration with Microsoft Bot Framework
- Integration with Yandex.Alice voice assistant
- Support Windows platform
- Upgrade to TensorFlow 1.10
- New features for parameters cross-validation
- New eCommerce Bot
- New Siamese networks for paraphrase identification and ranking
- Many other small improvements and bug fixes
Release 0.0.7
- FAQ Skill for Russian & English with a tutorial
- Improved Seq2Seq GO Bot: attention over knowledge base, encoder attention, embeddings instead of one-hots
- Pretrainded model for Seq2Seq GO Bot on driver dataset with BLEU=13.2
- Improved ODQA model with squad logits: f1 raised from 14 to 26
- Hashing tf-idf vectorizer component
- Text classifiers now compatible with ELMO embedder
- Improved documentation
- Bug fixes and minor improvements
Release 0.0.6.6
- Fix bugs in Morphological Tagging component
- Other minor improvements
Release 0.0.6.5
- New documentation
- A new ELMO component
- Improved Morphological Tagging component
- CuDNN compatible layers for inference of NER and SQUAD components on CPU
- Bug fixes and minor improvements
Release 0.0.6.1
- New
show_examples
option for train and evaluate modes - Bug fixes and minor improvements
Release 0.0.6b
- Tutorials
- Do not import not used packages
- Per-config requirements
- Bug fixes and minor improvements
Release 0.0.6
- Split requirements
- Add tutorials
- Support Tensorboard
- Add hyper-parameters evolution
- Some moves, renames and fixes
Release 0.0.5.3
- Bug fixes and minor improvements
Release 0.0.5.1
- Bug fixes and minor improvements
Release 0.0.5
- New and blazingly fast spellchecker
- State-of-the-art morphological tagger
- New models for sentiment analysis
- Update to TensorFlow 1.8
- Installation via
pip install deeppavlov
- Many bug fixes and minor improvements