"examples/legacy/seq2seq/old_test_seq2seq_examples.py" did not exist on "0830e79512c4ac89c7aff71c662c7660452ca1df"
  1. 13 Feb, 2023 1 commit
  2. 08 Feb, 2023 1 commit
  3. 07 Feb, 2023 1 commit
    • Sylvain Gugger's avatar
      Cleanup quality (#21493) · 67d07487
      Sylvain Gugger authored
      * Remove mentions of flake8/isort
      
      * Clean up inits
      
      * Deall with all other inits
      
      * Last special rule for dummy files
      67d07487
  4. 06 Feb, 2023 3 commits
  5. 02 Feb, 2023 1 commit
  6. 27 Jan, 2023 1 commit
  7. 19 Jan, 2023 1 commit
  8. 18 Jan, 2023 2 commits
  9. 05 Jan, 2023 1 commit
  10. 04 Jan, 2023 2 commits
  11. 29 Dec, 2022 1 commit
  12. 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
  13. 08 Dec, 2022 3 commits
  14. 29 Nov, 2022 1 commit
    • Pi Esposito's avatar
      add in layer gpt2 tokenizer (#20421) · fb2b45e5
      Pi Esposito authored
      * add minimal working gpt2 tokenizer
      
      * graph mode and output equivalence tests working
      
      * not today tensorflow. serialization test passing!
      
      * fix style, documentation, docstrings and all that jazz
      
      * passing consistency checks
      
      * move keras nlp to tf dependencies
      
      * fix tf modeling utils and gpt2 attention to enable compiling
      
      * fix (I hope) keras nlp dependencies
      
      * rever changes on generation
      
      * remove debug prints
      
      * remove redundant tf dummy objects
      
      * add from config, get config and max length settings to address review
      
      * let flake ignore the error on distillation you are welcome
      
      * test from config
      
      * add padding test
      
      * address sgugger review
      fb2b45e5
  15. 22 Nov, 2022 1 commit
  16. 09 Nov, 2022 1 commit
  17. 07 Nov, 2022 1 commit
  18. 31 Oct, 2022 1 commit
  19. 18 Oct, 2022 1 commit
    • David Yang's avatar
      Clean up deprecation warnings (#19654) · a23819ed
      David Yang authored
      * Clean up deprecation warnings
      
      Notes:
      Changed some strings in tests to raw strings, which will change the literal content of the strings as they are fed into whatever machine handles them.
      Test cases for past in the past/past_key_values switch changed/removed due to warning of impending removal
      
      * Add PILImageResampling abstraction for PIL.Image.Resampling
      a23819ed
  20. 17 Oct, 2022 1 commit
  21. 06 Oct, 2022 1 commit
  22. 03 Oct, 2022 3 commits
  23. 27 Sep, 2022 1 commit
  24. 26 Sep, 2022 1 commit
  25. 22 Sep, 2022 1 commit
  26. 20 Sep, 2022 1 commit
  27. 16 Sep, 2022 1 commit
  28. 13 Sep, 2022 1 commit
  29. 09 Sep, 2022 1 commit
  30. 24 Aug, 2022 2 commits
  31. 18 Aug, 2022 1 commit
    • Loubna Ben Allal's avatar
      Add an examples folder for code downstream tasks (#18679) · bbbb453e
      Loubna Ben Allal authored
      * add examples subfolder
      
      * mention examples in codeparrot readme
      
      * use Trainer optimizer and scheduler type and add output_dir as argument
      
      * add example of text-to-python and python-to-text models
      
      * mention the downstream examples in the readme
      
      * fix typo
      bbbb453e