DeepPavlov icon indicating copy to clipboard operation
DeepPavlov copied to clipboard

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

Results 103 DeepPavlov issues
Sort by recently updated
recently updated
newest added

### Renamed models: When `a.json` is renamed to `b.json`, original `b.json` is removed. - [squad_ru_torch_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/squad/squad_ru_torch_bert.json) -> [squad_ru_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/squad/squad_ru_bert.json) - [ner_rus_bert_torch](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/ner/ner_rus_bert_torch.json) -> [ner_rus_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/ner/ner_rus_bert.json) - [insults_kaggle_bert_torch](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/classifiers/insults_kaggle_bert_torch.json) -> [insults_kaggle_bert](https://github.com/deepmipt/DeepPavlov/blob/0.17.1/deeppavlov/configs/classifiers/insults_kaggle_bert.json) ### TensorFlow replaced by PyTorch...

If Chainer returns `["a0", "a1", "a2"]`, riseapi response format is changed from `[["a0"], ["a1"], ["a2"]]` to `["a0", "a1", "a2"]`. If Chainer returns `(["a0", "a1", "a2"], ["b0", "b1", "b2"])`, riseapi response...

Added multitask transformer-agnostic model. Supported kinds of tasks - classification, regression, NER, multiple choice. FIle multitask_example.json is an example of using multitask with all these kinds of tasks. FIle config_glue.json...

Привет, друзья! Мы рады вернуться в этом месяце с DeepPavlov Community Call на **русском языке.** На предстоящем вебинаре к нам придет приглашенный гость **Борис Галицкий**, ассоциированный сотрудник лаборатории Интеллектуальных систем...

discussion

The Iterable abstract class was removed from collections in Python 3.10. See the deprecation note in the 3.9 collections docs (https://docs.python.org/3.9/library/collections.html). So `python -m deeppavlov interact levenshtein_corrector_ru -d` fails: ```...

Currently `python -m deeppavlov install levenshtein_corrector_ru` is failing on kenlm install in Python 3.10: ``` Collecting sortedcontainers==2.4.* Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Installing collected packages: sortedcontainers Successfully installed sortedcontainers-2.4.0 WARNING: You...

Hi @alexeyr , Hope you are all well ! I was wondering if you could consider to create a frontend to DeepPavlov based on flutter/dart. It would help to develop...

enhancement