1. 03 Apr, 2020 3 commits
    • Max Ryabinin's avatar
      Speed up GELU computation with torch.jit (#2988) · c6acd246
      Max Ryabinin authored
      * Compile gelu_new with torchscript
      
      * Compile _gelu_python with torchscript
      
      * Wrap gelu_new with torch.jit for torch>=1.4
      c6acd246
    • Lysandre Debut's avatar
      ELECTRA (#3257) · d5d7d886
      Lysandre Debut authored
      * Electra wip
      
      * helpers
      
      * Electra wip
      
      * Electra v1
      
      * ELECTRA may be saved/loaded
      
      * Generator & Discriminator
      
      * Embedding size instead of halving the hidden size
      
      * ELECTRA Tokenizer
      
      * Revert BERT helpers
      
      * ELECTRA Conversion script
      
      * Archive maps
      
      * PyTorch tests
      
      * Start fixing tests
      
      * Tests pass
      
      * Same configuration for both models
      
      * Compatible with base + large
      
      * Simplification + weight tying
      
      * Archives
      
      * Auto + Renaming to standard names
      
      * ELECTRA is uncased
      
      * Tests
      
      * Slight API changes
      
      * Update tests
      
      * wip
      
      * ElectraForTokenClassification
      
      * temp
      
      * Simpler arch + tests
      
      Removed ElectraForPreTraining which will be in a script
      
      * Conversion script
      
      * Auto model
      
      * Update links to S3
      
      * Split ElectraForPreTraining and ElectraForTokenClassification
      
      * Actually test PreTraining model
      
      * Remove num_labels from configuration
      
      * wip
      
      * wip
      
      * From discriminator and generator to electra
      
      * Slight API changes
      
      * Better naming
      
      * TensorFlow ELECTRA tests
      
      * Accurate conversion script
      
      * Added to conversion script
      
      * Fast ELECTRA tokenizer
      
      * Style
      
      * Add ELECTRA to README
      
      * Modeling Pytorch Doc + Real style
      
      * TF Docs
      
      * Docs
      
      * Correct links
      
      * Correct model intialized
      
      * random fixes
      
      * style
      
      * Addressing Patrick's and Sam's comments
      
      * Correct links in docs
      d5d7d886
    • Yohei Tamura's avatar
      BertJapaneseTokenizer accept options for mecab (#3566) · 8594dd80
      Yohei Tamura authored
      * BertJapaneseTokenizer accept options for mecab
      
      * black
      
      * fix mecab_option to Option[str]
      8594dd80
  2. 02 Apr, 2020 2 commits
  3. 01 Apr, 2020 4 commits
  4. 31 Mar, 2020 2 commits
  5. 30 Mar, 2020 7 commits
  6. 29 Mar, 2020 1 commit
  7. 27 Mar, 2020 3 commits
  8. 26 Mar, 2020 10 commits
  9. 25 Mar, 2020 2 commits
  10. 24 Mar, 2020 3 commits
  11. 23 Mar, 2020 1 commit
  12. 20 Mar, 2020 1 commit
  13. 19 Mar, 2020 1 commit