"docs/source/en/training.mdx" did not exist on "875e07a9e3e8aac3f01b607d6c4f58678db8188a"
  1. 06 Jul, 2022 2 commits
  2. 05 Jul, 2022 4 commits
  3. 04 Jul, 2022 10 commits
  4. 01 Jul, 2022 14 commits
  5. 30 Jun, 2022 8 commits
  6. 29 Jun, 2022 2 commits
    • Crystina's avatar
      Flax t5 Encoder (#17784) · 692e61e9
      Crystina authored
      
      
      * first draft adding Flax-t5-encoder and Flax-mt5-encoder
      
      * imports
      
      * after make fixup
      
      * flax t5 encoder test
      
      * black on test
      
      * make fix-copies
      
      * clean
      
      * all_model_classes -> tuple
      
      * clean test
      
      * is_encoder_decoder=False in t5-enc tester
      
      * remove file docstring before FlaxT5Encoder
      
      * black
      
      * isort
      
      * commit suggestions on src/transformers/models/t5/modeling_flax_t5.py
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * commit suggestions on src/transformers/models/t5/modeling_flax_t5.py
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      
      * remove _get_encoder_module
      
      * self.decoder_seq_length -> self.encoder_seq_length as t5-enc does not have decoder
      
      * bugfix - self.module_class is class itself, not instance;
      
      * docs for mt5 and t5
      
      * call -> __call__ in t5 doc
      
      * FlaxMT5EncoderModel to TYPE_HINT
      
      * run doc-builder to allow change the files
      Co-authored-by: default avatarSuraj Patil <surajp815@gmail.com>
      692e61e9
    • Cl茅mentine Fourrier's avatar
      Fix #17893, removed dead code (#17917) · eb1493b1
      Cl茅mentine Fourrier authored
      * Removed dead position_id code, fix #17893
      
      * Removed unused var
      
      * Now ignores removed (dead) dict key for backward comp
      eb1493b1