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

This PR deals with scores update after re-training Distil* models on full conversational data (previous version was train on part of data). - `overview.rst` updated with new scores (for distilrubert-tiny...

Для корректной работы следует поменять 2 конфига - tfidf_logreg_autofaq и tfidf_logreg_en. Если изменение конфига это прямо не ок, то можем сделать наше изменение в виде отдельной ноды, чтобы можно было...

I am trying to find code for paper: "Sequence Labeling Approach to the Task of Sentence Boundary Detection". where is it located? Also, where can find the code to train...

enhancement

Hello! Now installation of additional requirements can be done either through `python -m deeppavlov install ` or `pip install -r DeepPavlov/deeppavlov/requirements/fasttext.txt`. This variant is not appropriate when you installed library...

enhancement

A very basic question. What is the logit score in the Squad pre-trained model? `[158.80136108398438]` ![image](https://user-images.githubusercontent.com/22636443/105425626-58dbd980-5c0f-11eb-8f33-ad2028a39af3.png) I know logit is a log of the odds. But how should I convert...

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?**: ``` The OBQA model needs very large download files and lots of...

enhancement

Из-за специфики предметных областей и обилия терминов spelling correction работает некорректно. Например на медицинских электронных документах. В словаре по умолчанию нет терминов и/или слэнговых выражений, тривиальных сокращений. Эту проблему довольно...

enhancement

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?**: ``` It is not clear from documentation on docs.deeppavlov.ai, e.g., http://docs.deeppavlov.ai/en/master/apiref/metrics.html how...

enhancement

Good day! According to https://hub.docker.com/r/deeppavlov/base-gpu/tags, latest Docker image's version is 0.15. Update Docker images, please? Thanks!

enhancement