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

feat: multitask transformer-agnostic model #1627

Merged
merged 330 commits into from
Mar 14, 2023
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 11, 2022

  1. Merge branch 'deepmipt-dev' into clean_multitask_ready

    dimakarp1996 committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b3b7e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fc98e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819ddcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    889ded6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5f0d01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    046a39c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3416ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84a4231 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0aea26c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f20c168 View commit details
    Browse the repository at this point in the history
  11. Update accuracy.py

    dimakarp1996 authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9a54e59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c09f0e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Update requirements.txt

    dimakarp1996 authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    00744a5 View commit details
    Browse the repository at this point in the history
  2. Update crf.py

    dimakarp1996 authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    2fccd7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113e62b View commit details
    Browse the repository at this point in the history
  4. Update simple_vocab.py

    dimakarp1996 authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    ed3036c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    baadbf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Update requirements.txt

    dimakarp1996 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    434a1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc52126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81fc20 View commit details
    Browse the repository at this point in the history
  4. Update config_glue.json

    dimakarp1996 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    337cfb6 View commit details
    Browse the repository at this point in the history
  5. Update config_glue.json

    dimakarp1996 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3e2cf40 View commit details
    Browse the repository at this point in the history
  6. Paths were changed as in deeppavlov/configs/ner/ner_conll2003_bert.js…

    …on . SO CONLL for this and that config are to be uploaded in exactly the same way.
    dimakarp1996 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a878fdf View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    4cc337d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b504e View commit details
    Browse the repository at this point in the history
  3. Added GLUE config

    dimakarp1996 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    428c61d View commit details
    Browse the repository at this point in the history
  4. Added SUPERGLUE config and comments also

    dimakarp1996 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    78bf4c1 View commit details
    Browse the repository at this point in the history
  5. Added SUPERGLUE config and comments also

    dimakarp1996 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d82950e View commit details
    Browse the repository at this point in the history
  6. Added SUPERGLUE config and comments also

    dimakarp1996 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2489ff8 View commit details
    Browse the repository at this point in the history
  7. Added SUPERGLUE config and comments also

    dimakarp1996 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    58e479d View commit details
    Browse the repository at this point in the history
  8. Distilbert works. SUPERGLUE in training

    dimakarp1996 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    31cf8cd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Now json for superglue is training

    dimakarp1996 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5b26230 View commit details
    Browse the repository at this point in the history
  2. minor fixes

    dimakarp1996 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ac1a474 View commit details
    Browse the repository at this point in the history
  3. minor fixes

    dimakarp1996 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    185f8a3 View commit details
    Browse the repository at this point in the history
  4. huggingface reader as in dex

    dimakarp1996 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c7bffca View commit details
    Browse the repository at this point in the history
  5. huggingface reader as in dex

    dimakarp1996 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b53b3fb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Fixed RECORD bug

    dimakarp1996 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    04f103a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. minor fix

    dimakarp1996 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a0922ad View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. streamline reader code

    dimakarp1996 committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    3e29fa0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

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

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    db1d20d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c407dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cfee80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dada78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e748d76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a54b4e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92841b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6677dc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    b7f6f5a View commit details
    Browse the repository at this point in the history
  2. pending changes

    dimakarp1996 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    0ef57bb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'clean_multitask_ready' of http://github.com/dimakarp199…

    …6/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ace63c1 View commit details
    Browse the repository at this point in the history
  4. Clean multitask ready (#2)

    Multitask PR as of 6 September
    dimakarp1996 authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4c1a212 View commit details
    Browse the repository at this point in the history
  5. rst is compiled

    dimakarp1996 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ff97fb3 View commit details
    Browse the repository at this point in the history
  6. rst is compiled

    dimakarp1996 committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e4a1e2d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. bug fix

    dimakarp1996 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    162d6c9 View commit details
    Browse the repository at this point in the history
  2. bug fix

    dimakarp1996 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fbe0524 View commit details
    Browse the repository at this point in the history
  3. Fixed ner preprocessor bug

    dimakarp1996 committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    cb05b22 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. config fix

    dimakarp1996 committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9ec12b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 13, 2022

  1. current

    dimakarp1996 committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    dde0c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. minor simplification

    dimakarp1996 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9f53254 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    310df71 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Current version

    dimakarp1996 committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    fedeeaa View commit details
    Browse the repository at this point in the history
  2. Clean multitask ready - PR (#18)

    Merge all past changes
    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5b885cd View commit details
    Browse the repository at this point in the history
  3. Dev (#19)

    * Feat/rsg (#1577)
    
    * feat: ConnectionResetError handling in simple_download (#1586)
    
    * refactor: riseapi mode response format (#1585)
    
    Co-authored-by: Vasily <[email protected]>
    Co-authored-by: Fedor Ignatov <[email protected]>
    3 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    af0ce65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b583aa View commit details
    Browse the repository at this point in the history
  5. Delete config_cola.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    509059a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd2c27a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfac5d3 View commit details
    Browse the repository at this point in the history
  8. Delete config_mnli.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4aa9dc9 View commit details
    Browse the repository at this point in the history
  9. Delete config_mrpc.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    75e7a73 View commit details
    Browse the repository at this point in the history
  10. Delete config_rte.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    612ebcf View commit details
    Browse the repository at this point in the history
  11. Delete config_qnli.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    e11544b View commit details
    Browse the repository at this point in the history
  12. Delete config_stsb.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    59b1d3f View commit details
    Browse the repository at this point in the history
  13. Delete config_sst2.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    17bcbf8 View commit details
    Browse the repository at this point in the history
  14. Delete config_qqp.json

    dimakarp1996 authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7df3aa0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e311fee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ca105b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3bb2a19 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    da753df View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    11cd148 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5bcb850 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    31dc9dc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. long to gpu

    dimakarp1996 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    af2c01a View commit details
    Browse the repository at this point in the history
  2. gh

    dimakarp1996 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    92b5085 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    01ce359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1346a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. new changes

    dimakarp1996 committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    d21825e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Handle empty input in accuracy

    dimakarp1996 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    884832a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Critical fix

    dimakarp1996 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d79d548 View commit details
    Browse the repository at this point in the history
  2. fmeasure refactor

    dimakarp1996 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7b92107 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    24f5c46 View commit details
    Browse the repository at this point in the history
  2. Fixed bug in caching.

    dimakarp1996 authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    bec2124 View commit details
    Browse the repository at this point in the history
  3. Further speeded up the multitask BERT model. Decreased cache, store i…

    …n cache only exactly what we need
    dimakarp1996 authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8010d25 View commit details
    Browse the repository at this point in the history
  4. Quicker hashing

    dimakarp1996 authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    930cb02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82d1010 View commit details
    Browse the repository at this point in the history
  6. Revert commits where less cache were stored as it led to a bug. Only …

    …hashingused
    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    dcdbab3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    e36e73f View commit details
    Browse the repository at this point in the history
  8. Revert commits where less cache were stored as it led to a bug. Only …

    …hashingused
    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b225390 View commit details
    Browse the repository at this point in the history
  9. incremental debug

    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    25b41cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f45048 View commit details
    Browse the repository at this point in the history
  11. incremental debug

    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    97e2904 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2abdce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3c2b7a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3232ff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c281caf View commit details
    Browse the repository at this point in the history
  16. g

    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    952fd6a View commit details
    Browse the repository at this point in the history
  17. minor fix

    dimakarp1996 committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    09187d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Version on 27 Oct

    dimakarp1996 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    9c4a44c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Speeds up the inference for multilabel tasks

    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    72271d5 View commit details
    Browse the repository at this point in the history
  2. Bug fix

    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    af04827 View commit details
    Browse the repository at this point in the history
  3. Bug fix

    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    68390a8 View commit details
    Browse the repository at this point in the history
  4. Bug fix

    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3f2b1f4 View commit details
    Browse the repository at this point in the history
  5. Removed hashing as it is unnesessary now

    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7b8e92f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71a26b3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    b569141 View commit details
    Browse the repository at this point in the history
  8. Fix for memory efficiency

    dimakarp1996 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    acd5b6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b2b18a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Returned CUDA cache

    dimakarp1996 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2d7a7c0 View commit details
    Browse the repository at this point in the history
  2. Returned CUDA cache

    dimakarp1996 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1efb042 View commit details
    Browse the repository at this point in the history
  3. bug fix

    dimakarp1996 authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d52f49e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7e4d0c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Version on 16 November

    dimakarp1996 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    89e2b9e View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    dimakarp1996 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c6a9ecf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a77bd View commit details
    Browse the repository at this point in the history
  4. Update pal_modeling.py

    dimakarp1996 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    b1a295f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb12c98 View commit details
    Browse the repository at this point in the history
  6. Update pal_modeling.py

    dimakarp1996 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3797377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50f2829 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9bb5a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Version as on 5 DEC

    dimakarp1996 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8d51d06 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Version 07-12-2022

    dimakarp1996 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b230913 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fc16fc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dea618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ddb232 View commit details
    Browse the repository at this point in the history
  5. Update index.rst

    dimakarp1996 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    895825f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bc6518 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d8a354 View commit details
    Browse the repository at this point in the history
  8. Update registry.json

    dimakarp1996 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ff4bfd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3db6b1b View commit details
    Browse the repository at this point in the history
  10. Update fit_trainer.py

    dimakarp1996 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    682f3ee View commit details
    Browse the repository at this point in the history
  11. Update nn_trainer.py

    dimakarp1996 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    54988f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0bfd247 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c2146e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Fixes to pass tests (#20)

    * Delete pal_modeling.py
    
    * Update torch_multitask_bert.py
    
    * Update basic_classification_reader.py
    
    * Update proba2labels.py
    
    * Update huggingface_dataset_iterator.py
    dimakarp1996 authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    1511ac3 View commit details
    Browse the repository at this point in the history
  2. Fixes to pass tests (#20)

    * Delete pal_modeling.py
    
    * Update torch_multitask_bert.py
    
    * Update basic_classification_reader.py
    
    * Update proba2labels.py
    
    * Update huggingface_dataset_iterator.py
    dimakarp1996 authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    7c07735 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Update fmeasure.py

    dimakarp1996 authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5f2a278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a10ada3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04344d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

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

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    6ce43e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3711bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0301b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d06411 View commit details
    Browse the repository at this point in the history
  5. Dev (#21)

    * refactor: utils/prepare/upload.py (#1607)
    
    Co-authored-by: Fedor Ignatov <[email protected]>
    
    * docs: python pipelines (#1613)
    
    * fix: kbqa_cq_ru error on Python 3.8/3.9 (#1609)
    
    * refactor: pymorphy2 to spacy in Entity Linking and KBQA (#1618)
    
    Co-authored-by: Fedor Ignatov <[email protected]>
    
    ---------
    
    Co-authored-by: Vasily Konovalov <[email protected]>
    Co-authored-by: Fedor Ignatov <[email protected]>
    Co-authored-by: dmitrijeuseew <[email protected]>
    4 people authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    da785c4 View commit details
    Browse the repository at this point in the history
  6. metadata to top

    dimakarp1996 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e2e7196 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf881f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33bde96 View commit details
    Browse the repository at this point in the history
  9. Update proba2labels.py

    dimakarp1996 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fa4cfd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23e8314 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a5834ef View commit details
    Browse the repository at this point in the history
  12. Update config_glue.json

    dimakarp1996 authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    de7b8d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36d00dd View commit details
    Browse the repository at this point in the history
  14. h

    dimakarp1996 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e90a90a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4308af7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    9149135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912e4d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    ba5b3aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    550ac07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590c43f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a386f View commit details
    Browse the repository at this point in the history
  5. Eval script bug fix

    dimakarp1996 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3c975b8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8fb16cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4154a20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f1c87d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d26e7f View commit details
    Browse the repository at this point in the history
  10. superglue larger batch

    dimakarp1996 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9a95f3a View commit details
    Browse the repository at this point in the history
  11. Merge branch 'clean_multitask_ready' of https://github.com/dimakarp19…

    …96/DeepPavlov into clean_multitask_ready
    dimakarp1996 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2a13ee9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    7c73bcf View commit details
    Browse the repository at this point in the history
  2. fix

    dimakarp1996 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    840902b View commit details
    Browse the repository at this point in the history
  3. s

    dimakarp1996 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    aecf231 View commit details
    Browse the repository at this point in the history
  4. j

    dimakarp1996 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0be2dcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d738945 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on Feb 15, 2023

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

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    ade00e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4bf41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9b959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3af3a1e View commit details
    Browse the repository at this point in the history
  5. fsd

    c
    dimakarp1996 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    976757f View commit details
    Browse the repository at this point in the history
  6. RST != markdown

    dimakarp1996 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    18ac533 View commit details
    Browse the repository at this point in the history
  7. h

    dimakarp1996 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    092298d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    eec1f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e134a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    238bfe9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3fc4e3 View commit details
    Browse the repository at this point in the history
  5. Update simple_vocab.py

    dimakarp1996 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    89d0b96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e285b46 View commit details
    Browse the repository at this point in the history
  7. Update registry.json

    dimakarp1996 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    2dd4c5a View commit details
    Browse the repository at this point in the history
  8. Update registry.json

    dimakarp1996 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8b07d75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c044a27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ce10ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4bbc5cc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91139a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bb4134b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    401860a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5f948bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    90d5d81 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3836c56 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    32391bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71a7b59 View commit details
    Browse the repository at this point in the history
  20. For CONLL not to break down while getting other parameters as common …

    …for all tasks in multitask setting
    dimakarp1996 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    bfd5214 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0cc5a83 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    74aeae4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8e21a29 View commit details
    Browse the repository at this point in the history
  24. Making the code more robust to the errors when input somehow is given…

    … with token_type_ids but distil transformer does not work with token_type_ids as I faced this error after some minor changes myself
    dimakarp1996 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    cdd16ab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f7db669 View commit details
    Browse the repository at this point in the history
  26. Update train.py

    dimakarp1996 authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8550bf9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1e2c8f6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    05869e8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    81810ea View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0999592 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6552ac6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    00b2a32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd0d84c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2862b12 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Feb 20, 2023

  1. Update config_glue.json

    dimakarp1996 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b95a480 View commit details
    Browse the repository at this point in the history
  2. Update config_glue.json

    dimakarp1996 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    1f7b3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    457bf87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f6448 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db4f347 View commit details
    Browse the repository at this point in the history
  6. Update config_glue.json

    dimakarp1996 authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    54f1492 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    73deb9e View commit details
    Browse the repository at this point in the history
  2. Bug fix

    dimakarp1996 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5530383 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    ff7ec6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5edf5 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    281b953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1561862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94731fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7c49f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. docs: update

    IgnatovFedor committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c6d2815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeacbb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

  1. update: release version

    IgnatovFedor committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    03f1f19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8531003 View commit details
    Browse the repository at this point in the history