DeepPavlov
DeepPavlov copied to clipboard
An open source library for deep learning end-to-end dialog systems and chatbots.
Resolves #1418, #1420
Проблемы с зависимостями
**DeepPavlov version**: 0.17.2 **Python version**: 3.10.17 **Operating system**: несущественно для проблемы **Issue**: DeepPavlov использует довольно устаревшую форму контроля зависимостей(обычный [requirements.txt](https://github.com/deepmipt/DeepPavlov/blob/master/requirements.txt)), что создает ряд проблем при использовании модуля в проектах с...
Added 8bit optimizers from https://github.com/facebookresearch/bitsandbytes to the DeepPavlov library. To be tested yet.
AttributeError: module 'numpy.linalg.lapack_lite' has no attribute '_ilp64'
**DeepPavlov version** : 0.15.0 **Python version**: 3.8.5 **Operating system**: Linux Ubuntu 20.04 **Issue**: **Command that led to error**: ``` from deeppavlov import configs, build_model ner_model = build_model(configs.ner.ner_rus_bert, download=True) #This will...
1) Added tqdm in trainer 2) Added handling separate-class labels as float labels if specified 3) Addled handling quotes while reading dataset if specified
Work in progress.
This PR solves the problem with class NumpyArrayEncoder,that does not correctly handle all types of possible inputs.
add roberta support
Add RoBERTa support in `squad_torch_bert` config. The changes concern the shape of `token_type_ids` specific for RoBERTa