"docs/source/ko/sagemaker.mdx" did not exist on "207594be81b8e5a8589c8b11c3b236924555d806"
  1. 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
  2. 28 Jul, 2022 1 commit
  3. 27 Jul, 2022 1 commit
  4. 11 Jul, 2022 1 commit
  5. 21 Jun, 2022 1 commit
  6. 10 Jun, 2022 1 commit
  7. 16 May, 2022 2 commits
  8. 21 Apr, 2022 1 commit
  9. 24 Mar, 2022 1 commit
  10. 13 Dec, 2021 1 commit
  11. 02 Dec, 2021 1 commit
    • Leandro von Werra's avatar
      Add CodeParrot 馃 codebase (#14536) · 43f953cc
      Leandro von Werra authored
      
      
      * add readme skeleton
      
      * update readme
      
      * add initialization script
      
      * add deduplication script
      
      * add codeparrot training script
      
      * add code generation evaluation
      
      * add validation loss script
      
      * add requirements
      
      * update readme
      
      * tweak readme
      
      * make style
      
      * add highlights to readme
      
      * add CLIs to scripts
      
      * add tokenizer training script
      
      * add docstring to constant length dataset
      
      * fix defaults in arguments
      
      * update readme with cli
      
      * move image to hub
      
      * tweaks of readme
      
      * fix cli commands
      
      * add author
      
      * explain env variables
      
      * fix formatting
      
      * Update examples/research_projects/codeparrot/README.md
      Co-authored-by: default avatarlewtun <lewis.c.tunstall@gmail.com>
      
      * Apply suggestions from code review
      Co-authored-by: default avatarlewtun <lewis.c.tunstall@gmail.com>
      
      * replace generic with gpt2 tokenizer
      Co-authored-by: default avatarlewtun <lewis.c.tunstall@gmail.com>
      43f953cc