Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.0 #1659

Merged
merged 9 commits into from
Aug 17, 2023
Merged

Release 1.3.0 #1659

merged 9 commits into from
Aug 17, 2023

Conversation

IgnatovFedor
Copy link
Collaborator

Breaking Changes

  • Removed model_name parameter from TorchModel and 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

dmitrijeuseew and others added 6 commits June 16, 2023 08:46
Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
Co-authored-by: vasily <vasili.konov@gmail.com>
Co-authored-by: nastyachizhikova <apchizhikova@gmail.com>
Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
Co-authored-by: vasily <vasili.konov@gmail.com>
Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
Kolpnick and others added 2 commits August 15, 2023 12:53
Co-authored-by: vasily <vasili.konov@gmail.com>
Copy link
Contributor

@vaskonov vaskonov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@IgnatovFedor IgnatovFedor merged commit 34d240c into master Aug 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError raised when validating with an empty validation set or a missing valid.csv
6 participants