"docs/vscode:/vscode.git/clone" did not exist on "c03597021284478347664eb3b7bd517179421e4c"
  1. 03 May, 2021 7 commits
    • Muktan's avatar
      [Wav2vec2] Fixed tokenization mistakes while adding single-char tokens to tokenizer (#11538) · a721a5ee
      Muktan authored
      
      
      * Fixed tokenization mistakes while adding single-char tokens to tokenizer
      
      * Added tests and Removed unnecessary comments.
      
      * finalize wav2vec2 tok
      
      * add more aggressive tests
      
      * Apply suggestions from code review
      
      * fix useless import
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      a721a5ee
    • NielsRogge's avatar
      Add LUKE (#11223) · f3cf8ae7
      NielsRogge authored
      
      
      * Rebase with master
      
      * Minor bug fix in docs
      
      * Copy files from adding_luke_v2 and improve docs
      
      * change the default value of use_entity_aware_attention to True
      
      * remove word_hidden_states
      
      * fix head models
      
      * fix tests
      
      * fix the conversion script
      
      * add integration tests for the pretrained large model
      
      * improve docstring
      
      * Improve docs, make style
      
      * fix _init_weights for pytorch 1.8
      
      * improve docs
      
      * fix tokenizer to construct entity sequence with [MASK] entity when entities=None
      
      * Make fix-copies
      
      * Make style & quality
      
      * Bug fixes
      
      * Add LukeTokenizer to init
      
      * Address most comments by @patil-suraj and @LysandreJik
      
      * rename _compute_extended_attention_mask to get_extended_attention_mask
      
      * add comments to LukeSelfAttention
      
      * fix the documentation of the tokenizer
      
      * address comments by @patil-suraj, @LysandreJik, and @sgugger
      
      * improve docs
      
      * Make style, quality and fix-copies
      
      * Improve docs
      
      * fix docs
      
      * add "entity_span_classification" task
      
      * update example code for LukeForEntitySpanClassification
      
      * improve docs
      
      * improve docs
      
      * improve the code example in luke.rst
      
      * rename the classification layer in LukeForEntityClassification from typing to classifier
      
      * add bias to the classifier in LukeForEntitySpanClassification
      
      * update docs to use fine-tuned hub models in code examples of the head models
      
      * update the example sentences
      
      * Make style & quality
      
      * Add require_torch to tokenizer tests
      
      * Add require_torch to tokenizer tests
      
      * Address comments by @sgugger and add community notebooks
      
      * Make fix-copies
      Co-authored-by: default avatarIkuya Yamada <ikuya@ikuya.net>
      f3cf8ae7
    • Frederik Bode's avatar
    • Lysandre Debut's avatar
      Remove `datasets` submodule. (#11563) · 1c86157d
      Lysandre Debut authored
      1c86157d
    • Patrick von Platen's avatar
      [Wav2Vec2] Fix convert (#11562) · c448c01f
      Patrick von Platen authored
      * push
      
      * small change
      
      * correct other typo
      c448c01f
    • Suraj Patil's avatar
      [Flax BERT/Roberta] few small fixes (#11558) · 623281aa
      Suraj Patil authored
      * small fixes
      
      * style
      623281aa
    • lewtun's avatar
      Fix examples in M2M100 docstrings (#11540) · a5d2967b
      lewtun authored
      Replaces `tok` with `tokenizer` so examples can run with copy-paste
      a5d2967b
  2. 02 May, 2021 1 commit
  3. 30 Apr, 2021 19 commits
  4. 29 Apr, 2021 4 commits
  5. 28 Apr, 2021 3 commits
  6. 27 Apr, 2021 3 commits
  7. 26 Apr, 2021 3 commits