Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
Release 0.15.0
  • Loading branch information
IgnatovFedor committed May 14, 2021
2 parents 40bc7ed + 6c7c698 commit 6c8f892
Show file tree
Hide file tree
Showing 324 changed files with 748 additions and 7,830 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ Please leave us [your feedback](https://forms.gle/i64fowQmiVhMMC7f9) on how we c

**Skills**

[Goal(Task)-oriented Bot](http://docs.deeppavlov.ai/en/master/features/skills/go_bot.html) | [Seq2seq Goal-Oriented bot](http://docs.deeppavlov.ai/en/master/features/skills/seq2seq_go_bot.html)
[Goal(Task)-oriented Bot](http://docs.deeppavlov.ai/en/master/features/skills/go_bot.html) | [Open Domain Questions Answering](http://docs.deeppavlov.ai/en/master/features/skills/odqa.html)

[Open Domain Questions Answering](http://docs.deeppavlov.ai/en/master/features/skills/odqa.html) | [eCommerce Bot](http://docs.deeppavlov.ai/en/master/features/skills/ecommerce.html)

[Frequently Asked Questions Answering](http://docs.deeppavlov.ai/en/master/features/skills/faq.html) | [Pattern Matching](http://docs.deeppavlov.ai/en/master/features/skills/pattern_matching.html)
[Frequently Asked Questions Answering](http://docs.deeppavlov.ai/en/master/features/skills/faq.html)

**Embeddings**

Expand All @@ -61,7 +59,7 @@ Please leave us [your feedback](https://forms.gle/i64fowQmiVhMMC7f9) on how we c

**Auto ML**

[Tuning Models with Evolutionary Algorithm](http://docs.deeppavlov.ai/en/master/features/hypersearch.html)
[Tuning Models](http://docs.deeppavlov.ai/en/master/features/hypersearch.html)

**Integrations**

Expand Down Expand Up @@ -237,6 +235,10 @@ and others in the Integrations section for more info.

## Breaking Changes

**Breaking changes in version 0.15.0**
- [bert_as_summarizer](https://github.com/deepmipt/DeepPavlov/pull/1391), [seq2seq_go_bot](https://github.com/deepmipt/DeepPavlov/pull/1434) and all deeppavlov.deprecated components were removed
- hyperparameter optimization by neural evolution was [removed](https://github.com/deepmipt/DeepPavlov/pull/1436)

**Breaking changes in version 0.7.0**
- in dialog logger config file [dialog_logger_config.json](deeppavlov/utils/settings/dialog_logger_config.json) `agent_name` parameter was renamed to `logger_name`,
the default value was changed
Expand Down
2 changes: 1 addition & 1 deletion deeppavlov/_meta.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.14.1'
__version__ = '0.15.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
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/boolqa_rubert.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"DOWNLOADS_PATH": "{ROOT_PATH}/downloads",
"MODELS_PATH": "{ROOT_PATH}/models"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/bert/rubert_cased_L-12_H-768_A-12_v1.tar.gz",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/entity_ranking_bert_eng_no_mention"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/bert/cased_L-12_H-768_A-12.zip",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/entity_ranking_bert_rus_no_mention"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/bert/multi_cased_L-12_H-768_A-12.zip",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_cola_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_mnli_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_mnli_mm_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_mrpc_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_qnli_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_qqp_torch_cased_bert",
"BASE_MODEL" : "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_rte_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_sst2_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/glue_stsb_torch_cased_bert",
"BASE_MODEL": "bert-base-cased"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
]
}
}
}
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/insults_kaggle.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/insults_kaggle_v2"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/insults_data.tar.gz",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/insults_kaggle_bert.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/insults_kaggle_v3"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/insults_data.tar.gz",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/insults_kaggle_bert_torch.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/insults_kaggle_torch_bert"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/pytorch.txt",
"{DEEPPAVLOV_PATH}/requirements/transformers.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/insults_data.tar.gz",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/insults_kaggle_conv_bert.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/insults_kaggle_v4"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/insults_data.tar.gz",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_dstc2.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_dstc2_v10"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/embeddings/dstc2_fastText_model.bin",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_dstc2_bert.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_dstc2_bert_v0"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/bert/cased_L-12_H-768_A-12.zip",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_dstc2_big.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_dstc2_v11"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/embeddings/wiki.en.bin",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_sample_csv.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_snips_v9"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/snips_intents/train.csv",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_sample_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_snips_v9"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/snips_intents/train.json",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_snips.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_snips_v9"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/embeddings/dstc2_fastText_model.bin",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_snips_big.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_snips_v10"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/embeddings/wiki.en.bin",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/intents_snips_sklearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_snips_sklearn_v11"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/classifiers/intents_snips_sklearn_v11.tar.gz",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/classifiers/intents_snips_sklearn_v12"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/classifiers/intents_snips_sklearn_v12.tar.gz",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/paraphraser_bert.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/paraphraser_bert_v0"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/paraphraser.zip",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/paraphraser_rubert.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
"DOWNLOADS_PATH": "{ROOT_PATH}/downloads",
"MODELS_PATH": "{ROOT_PATH}/models"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/datasets/paraphraser.zip",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/query_pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
"BERT_PATH": "{DOWNLOADS_PATH}/bert_models_kbqa/cased_L-12_H-768_A-12",
"MODEL_PATH": "{MODELS_PATH}/classifiers/query_prediction"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"labels": {
"telegram_utils": "IntentModel",
"server_utils": "KerasIntentModel"
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/rel_ranking_bert.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
"BERT_PATH": "{DOWNLOADS_PATH}/bert_models_kbqa/cased_L-12_H-768_A-12",
"MODEL_PATH": "{MODELS_PATH}/rel_ranking_bert"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/kbqa/datasets/rel_ranking_bert.tar.gz",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/rel_ranking_bert_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/rel_ranking_bert_rus"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/bert_dp.txt"
],
"download": [
{
"url": "http://files.deeppavlov.ai/deeppavlov_data/bert/multi_cased_L-12_H-768_A-12.zip",
Expand Down
4 changes: 0 additions & 4 deletions deeppavlov/configs/classifiers/relation_prediction_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@
"MODELS_PATH": "{ROOT_PATH}/models",
"MODEL_PATH": "{MODELS_PATH}/kbqa_mix_lowercase/relation_prediction"
},
"requirements": [
"{DEEPPAVLOV_PATH}/requirements/tf.txt",
"{DEEPPAVLOV_PATH}/requirements/fasttext.txt"
],
"labels": {
"telegram_utils": "IntentModel",
"server_utils": "KerasIntentModel"
Expand Down

0 comments on commit 6c8f892

Please sign in to comment.