DeepPavlov

An open source library for deep learning end-to-end dialog systems and chatbots.

APACHE-2.0 License

Downloads
10.9K
Stars
6.7K
Committers
80

Bot releases are hidden (Show)

DeepPavlov - Release 0.3.0

Published by yoptar over 5 years ago

DeepPavlov - Release 0.2.0

Published by seliverstov over 5 years ago

DeepPavlov - Release 0.1.6

Published by seliverstov over 5 years ago

DeepPavlov - Release 0.1.5.1

Published by seliverstov almost 6 years ago

DeepPavlov - Release 0.1.5

Published by seliverstov almost 6 years ago

  • Out-of-the-box Amazon Alexa integration for any skill/model
  • New popularity ranking for ODQA
  • New fine-tuned models for paraphrase identification
  • Support for learning rate & momentum schedulers
DeepPavlov - Release 0.1.1

Published by seliverstov almost 6 years ago

  • Bug fixes and minor improvements
  • New ELMO configs
  • Manage some settings with env variables
DeepPavlov - Release 0.1.0

Published by seliverstov almost 6 years ago

  • Variables in configs and improved python API
  • Trainable ELMo model with TF Hub wrapper and support for large datasets
  • "Few shot" NER model
  • New ODQA model with support for "no answer" response
  • Model for sentiment analysis in Russian with ELMo embeddings
  • Pretrained model for classification Informational vs. Conversational questions on Yahoo dataset
  • eCommerce bot with tfidf retrieve
  • Improved logging, including dialog logging for Agents, docs and many other improvements and bug fixes
  • Also check out our docker images for popular models on hub.docker.com
DeepPavlov - 0.1.0b

Published by seliverstov almost 6 years ago

  • Human readable logs
DeepPavlov - 0.1.0a

Published by seliverstov almost 6 years ago

  • Dialog logging
  • API refactoring
  • Settings files refactoring
  • Other minor improvements and bug fixes
DeepPavlov - Release 0.0.9

Published by seliverstov almost 6 years ago

  • Improved MorphoTagger now supports 10 languages
  • Yandex.Alice integration for agents with many skills
  • New SQUAD model that supports "no answer" token
  • Universal wrapper for sklearn estimators and vectorizers
  • New universal interface for metrics calculation
  • Many other improvements and bug fixes
DeepPavlov - Release 0.0.8

Published by seliverstov about 6 years ago

  • 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
DeepPavlov - Release 0.0.7

Published by seliverstov about 6 years ago

  • 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
DeepPavlov - Release 0.0.6.6

Published by seliverstov about 6 years ago

DeepPavlov - Release 0.0.6.5

Published by yoptar about 6 years ago

DeepPavlov - Release 0.0.6.1

Published by yoptar over 6 years ago

  • New show_examples option for train and evaluate modes
  • Bug fixes and minor improvements
DeepPavlov - Release 0.0.6

Published by seliverstov over 6 years ago

  • Split requirements
  • Add tutorials
  • Support Tensorboard
  • Add hyper-parameters evolution
  • Some moves, renames and fixes
DeepPavlov - Release 0.0.6b

Published by yoptar over 6 years ago

  • Tutorials
  • Do not import not used packages
  • Per-config requirements
  • Bug fixes and minor improvements
DeepPavlov - Release 0.0.5.3

Published by yoptar over 6 years ago

  • Bug fixes and minor improvements
DeepPavlov - Release 0.0.5.1

Published by seliverstov over 6 years ago

  • Bug fixes and minor improvements
DeepPavlov - Release 0.0.5

Published by seliverstov over 6 years ago

  • 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