"src/vscode:/vscode.git/clone" did not exist on "1c4e7f03245f6994d66f0200fde1fdbaed2429d2"
  1. 27 Nov, 2020 10 commits
  2. 26 Nov, 2020 6 commits
  3. 25 Nov, 2020 5 commits
  4. 24 Nov, 2020 10 commits
    • Manuel Romero's avatar
      Create README.md (#8761) · 90d5ab3b
      Manuel Romero authored
      90d5ab3b
    • Julien Plu's avatar
      New TF model inputs (#8602) · 29d49924
      Julien Plu authored
      * Apply on BERT and ALBERT
      
      * Update TF Bart
      
      * Add input processing to TF BART
      
      * Add input processing for TF CTRL
      
      * Add input processing to TF Distilbert
      
      * Add input processing to TF DPR
      
      * Add input processing to TF Electra
      
      * Add input processing for TF Flaubert
      
      * Add deprecated arguments
      
      * Add input processing to TF XLM
      
      * remove unused imports
      
      * Add input processing to TF Funnel
      
      * Add input processing to TF GPT2
      
      * Add input processing to TF Longformer
      
      * Add input processing to TF Lxmert
      
      * Apply style
      
      * Add input processing to TF Mobilebert
      
      * Add input processing to TF GPT
      
      * Add input processing to TF Roberta
      
      * Add input processing to TF T5
      
      * Add input processing to TF TransfoXL
      
      * Apply style
      
      * Rebase on master
      
      * Bug fix
      
      * Retry to bugfix
      
      * Retry bug fix
      
      * Fix wrong model name
      
      * Try another fix
      
      * Fix BART
      
      * Fix input precessing
      
      * Apply style
      
      * Put the deprecated warnings in the input processing function
      
      * Remove the unused imports
      
      * Raise an error when len(kwargs)>0
      
      * test ModelOutput instead of TFBaseModelOutput
      
      * Bug fix
      
      * Address Patrick's comments
      
      * Address Patrick's comments
      
      * Address Sylvain's comments
      
      * Add the new inputs in new Longformer models
      
      * Update the template with the new input processing
      
      * Remove useless assert
      
      * Apply style
      
      * Trigger CI
      29d49924
    • Stas Bekman's avatar
      [core] implement support for run-time dependency version checking (#8645) · 82d443a7
      Stas Bekman authored
      
      
      * implement support for run-time dependency version checking
      
      * try not escaping !
      
      * use findall that works on py36
      
      * small tweaks
      
      * autoformatter worship
      
      * simplify
      
      * shorter names
      
      * add support for non-versioned checks
      
      * add deps
      
      * revert
      
      * tokenizers not required, check version only if installed
      
      * make a proper distutils cmd and add make target
      
      * tqdm must be checked before tokenizers
      
      * workaround the DistributionNotFound peculiar setup
      
      * handle the rest of packages in setup.py
      
      * fully sync setup.py's install_requires - to check them all
      
      * nit
      
      * make install_requires more readable
      
      * typo
      
      * Update setup.py
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * restyle
      
      * add types
      
      * simplify
      
      * simplify2
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      82d443a7
    • Quentin Lhoest's avatar
      a7d73cfd
    • Binoy Dalal's avatar
      added instructions for syncing upstream master with forked master via PR (#8745) · 8d4ed7e9
      Binoy Dalal authored
      
      
      * added instructions for syncing upstream master with forked master via PR
      
      * expand to add a note to why this is requested
      Co-authored-by: default avatarStas Bekman <stas00@users.noreply.github.com>
      8d4ed7e9
    • Lysandre Debut's avatar
      MT5 should have an autotokenizer (#8743) · e09e54fd
      Lysandre Debut authored
      * MT5 should have an autotokenizer
      
      * Different configurations should be able to point to same tokenizers
      e09e54fd
    • Lysandre Debut's avatar
      Fix slow tests v2 (#8746) · 6fdd0bb2
      Lysandre Debut authored
      * Fix BART test
      
      * Fix MBART tests
      
      * Remove erroneous line from yaml
      
      * Update tests/test_modeling_bart.py
      
      * Quality
      6fdd0bb2
    • zhiheng-huang's avatar
      Support various BERT relative position embeddings (2nd) (#8276) · 2c83b3c3
      zhiheng-huang authored
      
      
      * Support BERT relative position embeddings
      
      * Fix typo in README.md
      
      * Address review comment
      
      * Fix failing tests
      
      * [tiny] Fix style_doc.py check by adding an empty line to configuration_bert.py
      
      * make fix copies
      
      * fix configs of electra and albert and fix longformer
      
      * remove copy statement from longformer
      
      * fix albert
      
      * fix electra
      
      * Add bert variants forward tests for various position embeddings
      
      * [tiny] Fix style for test_modeling_bert.py
      
      * improve docstring
      
      * [tiny] improve docstring and remove unnecessary dependency
      
      * [tiny] Remove unused import
      
      * re-add to ALBERT
      
      * make embeddings work for ALBERT
      
      * add test for albert
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      2c83b3c3
    • Julien Chaumond's avatar
      [EsperBERTo] Fix URLs to assets · 9e71aa2f
      Julien Chaumond authored
      9e71aa2f
    • Lysandre Debut's avatar
      Model parallel documentation (#8741) · 02f48b9b
      Lysandre Debut authored
      * Add parallelize methods to the .rst files
      
      * Correct format
      02f48b9b
  5. 23 Nov, 2020 9 commits