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

Remove Russian comments #1554

Closed
wants to merge 11 commits into from
Closed

Remove Russian comments #1554

wants to merge 11 commits into from

Commits on Dec 30, 2021

  1. fix: upload DeepPavlov BERT models with MLM & NSP heads parameters (#…

    …1502)
    
    * fix: update urls to fixed BERT models
    
    * fix: table in pretrained_vectors docpage
    
    * fix: change bert_config_path to .../config.json
    
    * fix: add tokenizer_config.json, config.json to BERT-sentence models
    yurakuratov authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    6b828b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. fix: en_core_web_sm load error during tests (#1524)

    * fix: en_core_web_sm loading error
    
    * docs: fix comments grammar
    IgnatovFedor authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    046377f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    ee7bfd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. remove: Unnecessary models and components (#1523)

    * remove: unpopular configs and components
    
    * refactor: squad_ru_torch_bert -> squad_ru_bert + squad_ru_bert_infer moved to torch
    
    * refactor: squad_torch_bert[_infer] -> squad_bert[_infer]
    
    * refactor: ner_rus_bert_torch -> ner_rus_bert
    
    * refactor: ner_ontonotes_bert[_mult]_torch -> ner_ontonotes_bert[_mult]
    
    * refactor: ner_conll2003_torch_bert -> ner_conll2003_bert
    
    * insults_kaggle_bert_torch -> insults_kaggle_bert
    
    * refactor: ranking_ubuntu_v2_torch_bert_uncased -> ranking_ubuntu_v2_bert_uncased
    
    * Revert "refactor: squad_torch_bert[_infer] -> squad_bert[_infer]"
    
    This reverts commit fb5bfed.
    
    * Revert "refactor: ner_conll2003_torch_bert -> ner_conll2003_bert"
    
    This reverts commit 7fee5e5.
    
    * Revert "refactor: ranking_ubuntu_v2_torch_bert_uncased -> ranking_ubuntu_v2_bert_uncased"
    
    This reverts commit e656079.
    
    * Revert "refactor: ner_ontonotes_bert[_mult]_torch -> ner_ontonotes_bert[_mult]"
    
    This reverts commit bb41a58.
    
    * remove: jupyter example notebooks
    IgnatovFedor authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1c88f03 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    ea68f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. feat: python 3.8/3.9 support (#1525)

    * refactor: dependencies is weakened to allow run deeppavlov on python 3.8/3.9
    
    * fix: joblib import and doc build errors
    
    * feat: added python3 tests and lowered pytoch version upper bound
    
    * fix: Jenkinsfile venv6 usage
    
    * refactor: reverted minor jenkinsfile changes
    
    * feat: docker containers initial commit
    
    * fix: Dockerfile and cmd.sh errors
    
    * feat: call container tests from jenkinsfile
    
    * fix: added entrypoint to image
    
    * feat: printenv in jenkinsfile and cmd.sh for debut purposes
    
    * fix: tfidf_logreg_en_faq compatibility with newer scikit-learn versions
    
    * fix: tfidf_logreg_autofaq compatibility with sklearn 0.24+
    
    * fix: removed test_tf_layers for python3.8+
    
    * refactor: torch.nn.modules.module.ModuleAttributeError -> AttributeError
    
    * feat: skip tensorflow-based model tests on python 3.8/3.9
    
    * fix: locales for hdt installation
    
    * fix: added pybind11 to image to fix kbqa/el
    
    * refactor: building python from sources in docker images
    
    * fix: escape dollar sign in the Jenkinsfile
    
    * fix: added pip upgrade to fix cryptography installation error
    
    * fix: RECORD file not fould error for installation of the older pybind11
    
    * fix: skip_tf_config for configs located in test_src_dir
    
    * fix: en_ranker_pop_wiki_test
    
    * fix: update tfidf_logreg_autofaq_psearch logreg pkl to newer sklearn version
    
    * refactor: spacy version update
    
    * feat: added build-essential to dockerfile and updated kenlm to fix some tests
    
    * fix: lxml python3.9 build
    IgnatovFedor authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    6cf3afe View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Using Transformers 4.6 with torch_bert_ranker (#1532)

    * Update transformer version in bert_ranker
    
    * delete bert_config_file from .json
    
    * remove: transformers28.txt from requirements
    
    Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
    Ihab-Asaad and IgnatovFedor authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    92fc13f View commit details
    Browse the repository at this point in the history
  2. Remove/zh squad (#1534)

    * Remove zh squad
    
    * Remove tests
    
    * Fix docs
    
    Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
    vaskonov and IgnatovFedor authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    74b8611 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. remove: elmo (#1533)

    * Remove elmo and elmo classifiers
    
    * Delete elmo tests
    
    * Fix docs
    
    * docs: returned metric and dataset name for elmo
    
    * Add Python code sample for ELMo
    
    * fix: docs build
    
    * docs: removed elmo model from README.md
    
    * docs: removed team
    
    * docs: added 3.8 and 3.9 support info
    
    * refactor: jinja2 requirement moved from common requirements to docs
    
    Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
    vaskonov and IgnatovFedor authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d932c9b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Remove/rankers (#1537)

    * Remove ranking
    
    * Fix config
    
    * Remove bert_sep_ranker
    
    * Remove bert_sep_ranker
    
    * Fix docs
    
    * Clean up rankers
    
    * Restore rel_ranking
    
    * Fix references order
    
    * Fix docs
    
    Co-authored-by: Fedor Ignatov <ignatov.fedor@gmail.com>
    vaskonov and IgnatovFedor authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    eb2fa46 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    b58c0a1 View commit details
    Browse the repository at this point in the history