1. 22 Jun, 2022 2 commits
    • Eran Hirsch's avatar
      Add logits_processor parameter, used by `generate`, to `Seq2SeqTrainer`... · 13570381
      Eran Hirsch authored
      Add logits_processor parameter, used by `generate`, to `Seq2SeqTrainer` methods `evaluate` and `predict` (#17805)
      
      * Add logits_processor parameter, used by `generate`, to `Seq2SeqTrainer` methods `evaluate` and `predict`
      
      * Add all generate parameters to `Seq2SeqTrainer`, and also to `QuestionAnsweringSeq2SeqTrainer` which overrides it
      
      * Remove `self._num_beams` from trainer classes
      
      * - Run fixup
      - Fix "Constraint" not exposed
      - Fix synced_gpus to actually read from param
      
      * Use kwargs
      
      * Copy kwargs before making changes to it
      
      * Fix style issues unused imports
      13570381
    • Arthur's avatar
      Flax sharded (#17760) · 16c6eb7c
      Arthur authored
      16c6eb7c
  2. 21 Jun, 2022 16 commits
  3. 20 Jun, 2022 5 commits
  4. 18 Jun, 2022 2 commits
    • Yih-Dar's avatar
      Attempt to change Push CI to workflow_run (#17753) · 6589e510
      Yih-Dar authored
      
      
      * Use workflow_run event for push CI
      
      * change to workflow_run
      
      * Add comments
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      6589e510
    • Rafael Zimmer's avatar
      Added translation of index.mdx to Portuguese Issue #16824 (#17565) · 0d92798b
      Rafael Zimmer authored
      
      
      * Added translation of installation.mdx to Portuguese, as well
      as default templates of _toctree.yml and _config.py
      
      * [ build_documentation.yml ] - Updated doc_builder to build
      documentation in Portuguese.
      [ pipeline_tutorial.mdx ] - Created translation for the pipeline_tutorial.mdx.
      
      * [ build_pr_documentation.yml ] - Added pt language to pr_documentation builder.
      
      [ pipeline_tutorial.mdx ] - Grammar changes.
      
      * [ accelerate.mdx ] - Translated to Portuguese the acceleration tutorial.
      
      * [ multilingual.mdx ] - Added portuguese translation for multilingual tutorial.
      
      [ training.mdx ] - Added portuguese translation for training tutorial.
      
      * [ preprocessing.mdx ] - WIP
      
      * Update _toctree.yml
      
      * Adding Pr茅-processamento to _toctree.yml
      
      * Update accelerate.mdx
      
      * Nits and eliminate preprocessing file while it is ready
      
      * [ index.mdx ] - Translated to Portuguese the index apresentation page.
      
      * [ docs/source/pt ] - Updated _toctree.yml to match newest translations.
      
      * Fix build_pr_documentation.yml
      
      * Fix index nits
      
      * nits in _toctree
      Co-authored-by: default avatarOmar U. Espejel <espejelomar@gmail.com>
      0d92798b
  5. 17 Jun, 2022 6 commits
  6. 16 Jun, 2022 5 commits
  7. 15 Jun, 2022 4 commits