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.16.0

Published by IgnatovFedor about 3 years ago

DeepPavlov - Release 0.15.0

Published by IgnatovFedor over 3 years ago

  • bert_as_summarizer, seq2seq_go_bot, hyperparameter optimization by neural evolution and all deeppavlov.deprecated components were removed
  • NER automodel
  • Сomponent-based config requirements generation
  • Minor edits and fixes
DeepPavlov - Release 0.14.1

Published by IgnatovFedor over 3 years ago

  • Fixed installation on python3.6
DeepPavlov - Release 0.14.0

Published by IgnatovFedor almost 4 years ago

DeepPavlov - Release 0.13.0

Published by IgnatovFedor almost 4 years ago

  • Hugging Face datasets support
  • Go-Bot now requires only RASA-based configs to train its components (intent catcher, slot filler, dialogue state tracker also known as Go-Bot itself)
  • Prometheus metrics middleware for REST web service
  • KBQA models fixes
  • Minor edits of the documentation
DeepPavlov - Release 0.12.1

Published by IgnatovFedor about 4 years ago

  • Entity Linking for Wikidata (English)
  • Bugfixes in KBQA model
  • Other minor improvements
DeepPavlov - Release 0.12.0

Published by IgnatovFedor about 4 years ago

DeepPavlov - Release 0.11.0

Published by IgnatovFedor over 4 years ago

  • Dataset generation tool with a tutorial for Goal-Oriented Dialog Bot
  • Undocumented feature for downloading artifacts from Amazon s3
  • New KBQA pipeline for online version of Wikidata
  • First version of a KBQA pipeline using Syntax tree for generating SPARQL-queries
  • And many small improvements and fixes
DeepPavlov - Release 0.10.0

Published by yoptar over 4 years ago

DeepPavlov - Release 0.9.1

Published by yoptar over 4 years ago

  • Fix requirements for ASR and TTS configs
DeepPavlov - Release 0.9.0

Published by yoptar over 4 years ago

DeepPavlov - Release 0.8.0

Published by yoptar over 4 years ago

DeepPavlov - Release 0.7.1

Published by yoptar almost 5 years ago

DeepPavlov - Release 0.7.0

Published by yoptar almost 5 years ago

DeepPavlov - Release 0.6.1

Published by yoptar about 5 years ago

  • New gobot tutorial
  • Replace Flask with FastAPI for riseapi
  • New section in quickstart documentation about out-of-the-box pretrained models
  • Minor NER dataset reader fix
  • Other minor documentation changes
DeepPavlov - Release 0.6.0

Published by yoptar about 5 years ago

DeepPavlov - Release 0.5.1

Published by yoptar about 5 years ago

DeepPavlov - Release 0.5.0

Published by yoptar about 5 years ago

  • Conversational BERT model in English (trained on informal lexicon data)
  • Updated requirements
  • Python 3.7 support
  • New DSL for building rule-based skills
  • New SOTA insult-detection model based on the conversational BERT
  • Updated documentation
  • Refactored MorphoTagger classes to better conform DeepPavlov ideology
  • Many smaller changes and fixes
DeepPavlov - Release 0.4.0

Published by yoptar over 5 years ago

DeepPavlov - Release 0.3.1

Published by yoptar over 5 years ago

  • Fixes in documentation
  • Compressed BERT-based models
  • Minor fixes