Skip to content

Commit

Permalink
update: library version (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatovFedor committed Aug 15, 2023
1 parent 2af75b9 commit c2c9f80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion deeppavlov/_meta.py
@@ -1,4 +1,4 @@
__version__ = '1.2.0'
__version__ = '1.3.0'
__author__ = 'Neural Networks and Deep Learning lab, MIPT'
__description__ = 'An open source library for building end-to-end dialog systems and training chatbots.'
__keywords__ = ['NLP', 'NER', 'SQUAD', 'Intents', 'Chatbot']
Expand Down
1 change: 0 additions & 1 deletion deeppavlov/configs/multitask/mt_glue.json
Expand Up @@ -263,7 +263,6 @@
}
],
"validation_patience": 3,
"val_every_n_epochs": 1,
"log_every_n_epochs": 1,
"show_examples": false,
"evaluation_targets": ["valid"],
Expand Down
1 change: 0 additions & 1 deletion deeppavlov/configs/multitask/multitask_example.json
Expand Up @@ -215,7 +215,6 @@
}
],
"validation_patience": 3,
"val_every_n_epochs": 1,
"log_every_n_epochs": 1,
"show_examples": false,
"evaluation_targets": ["valid"],
Expand Down

0 comments on commit c2c9f80

Please sign in to comment.