Releases: deeppavlov/DeepPavlov
Releases · deeppavlov/DeepPavlov
Release 1.7.0
Improvements
- Added two NER DeBERTa models (#1691).
Release 1.6.0
Release 1.5.0
Release 1.4.0
Major Features and Improvements
- Models documentation brought to a uniform format: 1. Introduction to the task. 2. Get started with the model. 3. Models list. 4. Use the model for prediction. 5. Customize the model. rst docs converted in ipynb format. (#1644).
Bug Fixes and Other Changes
Release 1.3.0
Breaking Changes
- Removed
model_nameparameter fromTorchModeland its derived classes. Now model should be initialized in component's__init__method (#1617). - Removed
deeppavlov.core.models.lr_scheduled_model(#1617). TorchModel.__init__now has one mandatory parameter -model(#1617).
Major Features and Improvements
- Few-Shot Text Classification Model (#1630).
- GLUE and SuperGLUE models major update (#1647).
- New components and configs for syntax parser and morphotagger (#1641).
- Improved quality and reduce RAM consumption of ODQA models (#1635).
- Removed code duplication and excessive parameters from classes derived from
TorchModel(#1617).
Bug Fixes and Other Changes
Release 1.2.0
Breaking Changes
- Removed RabbitMQ connector (#1631).
- Removed overrides decorator (#1631).
Major Features and Improvements
- Improvement of models for question answering over knowledge graphs (#1598).
- GLUE models update (#1645).
Bug Fixes and Other Changes
- Fix the Russian SuperGLUE certificates bug by loading the datasets from DeepPavlov servers (#1633).
- General requirements update (#1631, #1643).
- Fixed CRF save in torch_transformers_sequence_tagger (#1637).
- Fixes in tests (#1640).
Release 1.1.1
Major Features and Improvements
- Multitask learning implementation (#1627).
Release 1.1.0
Breaking Changes
Removed Models
- FAQ models, tfidf_vectorizer, tfidf_logreg_autofaq_psearch and cv_tfidf_autofaq (#1608)
Removed Components
Major Features and Improvements
- Python 3.10 support (#1614).
- Few-shot classification example and few-shot sampling support added to basic_classification_iterator (#1608).
Other Changes
pymorphy2is replaced withspacyin entity_linker, ru_adj_to_noun and answer_types_extractor components (#1618).
Release 1.0.2
Release 1.0.1
Major Features and Improvements
- Added
-i/--installCLI argument andinstallargument todeeppavlov.build_model,deeppavlov.evaluate_model,deeppavlov.train_modelto install model requirements before interaction with model (#1603).
Bug Fixes and Other Changes
- Reduced library verbosity: redundant logging
infomessages replaced withdebugones. Setnltk.downloadto quiet mode. (#1601). - Replaced
docs/features/models/classifiers.rstwithdocs/features/models/classification.ipynb. Fixed minor typos in documentation, removedskillconcept (#1600). - Removed
/examplesfrom the README.md links (#1602).