DeepPavlov
DeepPavlov copied to clipboard
An open source library for deep learning end-to-end dialog systems and chatbots.
Added 8bit optimizers. These optimizers, as my experiments have shown, yield ~9-11% memory economy on training. The code is absolutely backward-compatible.
SberT5 extensive generative QA
**DeepPavlov version**: The latest docker container `deeppavlov/deeppavlov`, published last month **Python version**: 3.10 **Operating system**: The latest docker container `deeppavlov/deeppavlov`, published last month. Docker is running on CentOS/AlmaLinux. **Issue**: I’m...
I am running into issues using deeppavlov in combination with other packages that use pydantic>2, as deeppavlov has the requirement pydantic
**DeepPavlov version**: Version: 1.6.0 **Python version**: Python 3.9.8 **Libs versions**: * torch 1.13.1 * transformers 4.30.0 * datasets 2.19.0 * fsspec 2024.3.1 **Operating system**: macOS 12.7.2 **Issue**: I try to...
Fix import of TorchCRF to avoid ModuleNotFoundError: No module named 'torchcrf' (ref: https://pypi.org/project/TorchCRF/)
Want to contribute to DeepPavlov? Please read the [contributing guideline](http://docs.deeppavlov.ai/en/master/devguides/contribution_guide.html) first. **What problem are we trying to solve?**: ``` ERROR: pip's dependency resolver does not currently take into account all...
Greetings DeepPavlov maintainers, Github has found a potentail vulnerability in DeepPavlov. Please let us know of a point of contact so that we can discuss this privately. We have the...
Hello, Just to let you know that the Docker image wasn't updated with 1.7.0 😊 https://hub.docker.com/r/deeppavlov/deeppavlov/tags Many thanks!
Hi, This relates to https://github.com/deeppavlov/DeepPavlov/pull/1657 Model `ner_mult_long_demo` There are several text inputs that return tags/labels that start with "I-" rather than "B-". Example: > This is a public service announcement....