1. 03 Apr, 2020 9 commits
    • 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
    • HUSEIN ZOLKEPLI's avatar
      Added albert-base-bahasa-cased README and fixed tiny-bert-bahasa-cased README (#3613) · 216e167c
      HUSEIN ZOLKEPLI authored
      * add bert bahasa readme
      
      * update readme
      
      * update readme
      
      * added xlnet
      
      * added tiny-bert and fix xlnet readme
      
      * added albert base
      216e167c
    • ahotrod's avatar
      Update README.md (#3604) · 1ac6a246
      ahotrod authored
      Update AutoModel & AutoTokernizer loading.
      1ac6a246
    • ahotrod's avatar
      Update README.md (#3603) · e91692f4
      ahotrod authored
      e91692f4
    • HenrykBorzymowski's avatar
      corrected mistake in polish model cards (#3611) · 8e287d50
      HenrykBorzymowski authored
      
      
      * added model_cards for polish squad models
      
      * corrected mistake in polish design cards
      Co-authored-by: default avatarHenryk Borzymowski <henryk.borzymowski@pwc.com>
      8e287d50
    • redewiedergabe's avatar
      Create README.md (#3568) · 81484b44
      redewiedergabe authored
      * Create README.md
      
      * added meta block (language: german)
      
      * Added additional information about test data
      81484b44
    • ahotrod's avatar
      Create README.md · 9f6349ab
      ahotrod authored
      9f6349ab
    • Henryk Borzymowski's avatar
      ddb1ce74
  2. 02 Apr, 2020 5 commits
  3. 01 Apr, 2020 7 commits
  4. 31 Mar, 2020 16 commits
  5. 30 Mar, 2020 3 commits