"...lm-evaluation-harness.git" did not exist on "1e7f884d0bb7caf6d912c808da677cafa8c0f8f8"
  1. 29 Dec, 2022 1 commit
  2. 20 Dec, 2022 1 commit
    • fzyzcjy's avatar
      Fix tiny typo (#20841) · ae3cbbca
      fzyzcjy authored
      * Fix typo
      
      * Update README.md
      
      * Update run_mlm_flax_stream.py
      
      * Update README.md
      ae3cbbca
  3. 06 Oct, 2022 1 commit
  4. 09 Sep, 2022 1 commit
  5. 11 Jul, 2022 2 commits
  6. 16 May, 2022 1 commit
    • Kenneth Enevoldsen's avatar
      fixed bug in run_mlm_flax_stream.py (#17203) · 71d18d08
      Kenneth Enevoldsen authored
      
      
      * fixed bug run_mlm_flax_stream.py
      
      Fixed bug caused by an update to tokenizer keys introduced in recent transformers versions (between `4.6.2` and `4.18.0`) where additional keys were introduced to the tokenizer output.
      
      * Update run_mlm_flax_stream.py
      
      * adding missing paranthesis
      
      * formatted to black
      
      * remove cols from dataset instead
      
      * reformat to black
      
      * moved rem. columns to map
      
      * formatted to black
      Co-authored-by: default avatarKennethEnevoldsen <kennethcenevolsen@gmail.com>
      71d18d08
  7. 12 May, 2022 1 commit
  8. 19 Apr, 2022 1 commit
    • Suraj Patil's avatar
      [Flax] improve large model init and loading (#16148) · d3bd9ac7
      Suraj Patil authored
      
      
      * begin do_init
      
      * add params_shape_tree
      
      * raise error if params are accessed when do_init is False
      
      * don't allow do_init=False when keys are missing
      
      * make shape tree a property
      
      * assign self._params at the end
      
      * add test for do_init
      
      * add do_init arg to all flax models
      
      * fix param setting
      
      * disbale do_init for composite models
      
      * update test
      
      * add do_init in FlaxBigBirdForMultipleChoice
      
      * better names and errors
      
      * improve test
      
      * style
      
      * add a warning when do_init=False
      
      * remove extra if
      
      * set params after _required_params
      
      * add test for from_pretrained
      
      * do_init => _do_init
      
      * chage warning to info
      
      * fix typo
      
      * add params in init_weights
      
      * add params to gpt neo init
      
      * add params to init_weights
      
      * update do_init test
      
      * Trigger CI
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * update template
      
      * trigger CI
      
      * style
      
      * style
      
      * fix template
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      d3bd9ac7
  9. 30 Mar, 2022 1 commit
  10. 23 Mar, 2022 1 commit
  11. 17 Mar, 2022 1 commit
  12. 16 Mar, 2022 1 commit
  13. 10 Mar, 2022 1 commit
  14. 04 Mar, 2022 1 commit
  15. 09 Feb, 2022 1 commit
  16. 06 Dec, 2021 1 commit
  17. 22 Nov, 2021 1 commit
  18. 17 Nov, 2021 1 commit
  19. 11 Nov, 2021 1 commit
    • Suraj Patil's avatar
      Fix Flax params dtype (#13098) · e92190c0
      Suraj Patil authored
      
      
      * fix inits
      
      * fix embed dtype
      
      * fix embed dtype
      
      * add test to check default dtype
      
      * quality
      
      * add type conversion methods for flax models
      
      * more robust casting
      
      * cast sinusoidal positions
      
      * update pegasus
      
      * update albert
      
      * update test
      
      * make sure dtype is passed to every module
      
      * style
      
      * fix electra dense
      
      * fix t5
      
      * quality
      
      * add more tests
      
      * better name
      
      * use the dtype for lm head computation
      
      * fix albert
      
      * style
      
      * fix albert embed dtype
      
      * more tests
      
      * fix vision enc-dec
      
      * cleanup
      
      * fix embed dtype pegasus
      
      * fix default param test
      
      * doc
      
      * update template
      
      * fix final_logits_bias dtype
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * fix doc
      
      * fix doc
      
      * add detailed docstring for dtype parameter
      
      * remove un-necessary import
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      e92190c0
  20. 09 Nov, 2021 1 commit
  21. 02 Sep, 2021 1 commit
  22. 27 Aug, 2021 1 commit
  23. 12 Aug, 2021 1 commit
  24. 04 Aug, 2021 1 commit
  25. 20 Jul, 2021 2 commits
  26. 17 Jul, 2021 1 commit
  27. 16 Jul, 2021 2 commits
  28. 15 Jul, 2021 2 commits
  29. 14 Jul, 2021 1 commit
  30. 12 Jul, 2021 2 commits
  31. 09 Jul, 2021 1 commit
  32. 07 Jul, 2021 2 commits
  33. 06 Jul, 2021 2 commits