1. 06 Sep, 2023 1 commit
  2. 30 Jun, 2023 1 commit
  3. 27 Mar, 2023 1 commit
    • Donny Greenberg's avatar
      Hardware Auto-Setup for Examples (#22319) · f02e3a2b
      Donny Greenberg authored
      * Add initial remote hardware auto-setup docs
      
      * Fix a few typos and clarify some language
      
      * Add missing dependency
      
      * Update self-hosted launch script with Sylvain's comments.
      
      * Formatting.
      
      * Trigger CI
      
      * Style
      f02e3a2b
  4. 01 Aug, 2022 1 commit
  5. 23 Mar, 2022 1 commit
  6. 28 Jan, 2022 1 commit
    • Matt's avatar
      Make links explicit (#15395) · b6b79faa
      Matt authored
      * Make links explicit
      
      * Removing reference to compute_metrics() since it's kind of PyTorch-specific
      b6b79faa
  7. 01 Dec, 2021 1 commit
    • Sylvain Gugger's avatar
      Doc new front (#14590) · 4df7d05a
      Sylvain Gugger authored
      
      
      * Convert PretrainedConfig doc to Markdown
      
      * Use syntax
      
      * Add necessary doc files (#14496)
      
      * Doc fixes (#14499)
      
      * Fixes for the new front
      
      * Convert DETR file for table
      
      * Title is needed
      
      * Simplify a bit
      
      * Even simpler
      
      * Remove imports
      
      * Fix typo in toctree (#14516)
      
      * Fix checkpoints badge
      
      * Update versions.yml format (#14517)
      
      * Doc new front github actions (#14512)
      
      * Doc new front github actions
      
      * Fix docstring
      
      * Fix feature extraction utils import (#14515)
      
      * Address Julien's comments
      
      * Push to doc-builder
      
      * Ready for merge
      
      * Remove old build and deploy
      
      * Doc misc fixes (#14583)
      
      * Rm versions.yml from doc
      
      * Fix converting.rst
      
      * Rm pretrained_models from toctree
      
      * Fix index links (#14567)
      
      * Fix links in README
      
      * Localized READMEs
      
      * Fix copy script
      
      * Fix find doc script
      
      * Update README_ko.md
      Co-authored-by: default avatarJulien Chaumond <julien@huggingface.co>
      Co-authored-by: default avatarJulien Chaumond <julien@huggingface.co>
      
      * Adapt build command to new CLI tools (#14578)
      
      * Fix typo
      
      * Fix doc interlinks (#14589)
      
      * Convert PretrainedConfig doc to Markdown
      
      * Use syntax
      
      * Rm pattern <[a-z]+(.html).*>
      
      * Rm huggingface.co/transformers/master
      
      * Rm .html
      
      * Rm .html from index.mdx
      
      * Rm .html from model_summary.rst
      
      * Update index.mdx rm html
      
      * Update remove .html
      
      * Fix inner doc links
      
      * Fix interlink in preprocssing.rst
      
      * Update pr_checks
      Co-authored-by: default avatarSylvain Gugger <sylvain.gugger@gmail.com>
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * Convert PretrainedConfig doc to Markdown
      
      * Use syntax
      
      * Add necessary doc files (#14496)
      
      * Doc fixes (#14499)
      
      * Fixes for the new front
      
      * Convert DETR file for table
      
      * Title is needed
      
      * Simplify a bit
      
      * Even simpler
      
      * Remove imports
      
      * Fix checkpoints badge
      
      * Fix typo in toctree (#14516)
      
      * Update versions.yml format (#14517)
      
      * Doc new front github actions (#14512)
      
      * Doc new front github actions
      
      * Fix docstring
      
      * Fix feature extraction utils import (#14515)
      
      * Address Julien's comments
      
      * Push to doc-builder
      
      * Ready for merge
      
      * Remove old build and deploy
      
      * Doc misc fixes (#14583)
      
      * Rm versions.yml from doc
      
      * Fix converting.rst
      
      * Rm pretrained_models from toctree
      
      * Fix index links (#14567)
      
      * Fix links in README
      
      * Localized READMEs
      
      * Fix copy script
      
      * Fix find doc script
      
      * Update README_ko.md
      Co-authored-by: default avatarJulien Chaumond <julien@huggingface.co>
      Co-authored-by: default avatarJulien Chaumond <julien@huggingface.co>
      
      * Adapt build command to new CLI tools (#14578)
      
      * Fix typo
      
      * Fix doc interlinks (#14589)
      
      * Convert PretrainedConfig doc to Markdown
      
      * Use syntax
      
      * Rm pattern <[a-z]+(.html).*>
      
      * Rm huggingface.co/transformers/master
      
      * Rm .html
      
      * Rm .html from index.mdx
      
      * Rm .html from model_summary.rst
      
      * Update index.mdx rm html
      
      * Update remove .html
      
      * Fix inner doc links
      
      * Fix interlink in preprocssing.rst
      
      * Update pr_checks
      Co-authored-by: default avatarSylvain Gugger <sylvain.gugger@gmail.com>
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * Styling
      Co-authored-by: default avatarMishig Davaadorj <mishig.davaadorj@coloradocollege.edu>
      Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
      Co-authored-by: default avatarJulien Chaumond <julien@huggingface.co>
      4df7d05a
  8. 25 Oct, 2021 1 commit
  9. 21 Apr, 2021 1 commit
  10. 29 Mar, 2021 1 commit
  11. 22 Mar, 2021 1 commit
    • Boris Dayma's avatar
      feat(wandb): logging and configuration improvements (#10826) · 125ccead
      Boris Dayma authored
      * feat: ensure unique artifact id
      
      * feat: allow manual init
      
      * fix: simplify reinit logic
      
      * fix: no dropped value + immediate commits
      
      * fix: wandb use in sagemaker
      
      * docs: improve documenation and formatting
      
      * fix: typos
      
      * docs: improve formatting
      125ccead
  12. 19 Mar, 2021 1 commit
  13. 18 Mar, 2021 1 commit
    • Stas Bekman's avatar
      [examples/seq2seq/README.md] fix t5 examples (#10734) · 9352b515
      Stas Bekman authored
      * [examples/seq2seq] fix t5 examples
      
      This PR:
      * fixes T5 examples to include `--source_prefix` - it's **not** optional. If you give it a try you will see that you get 10x worse bleu scores w/o it. w/ `27.6849`, w/ `2.374`
      * added a normal translation example w/o the peculiarities of MBart and T5
      * reduces the default max samples to 50 so it's much faster to test quickly
      
      summarization seems to be broken for t5 score-wise: https://github.com/huggingface/transformers/issues/10733
      
      @sgugger
      
      * specify explicitly the t5 models requiring the special handling
      
      * one more
      
      * update the t5 summarization example to use cnn_dailymail
      
      * move max*samples into the top level README.md
      
      * better wording
      
      * better wording
      9352b515
  14. 17 Mar, 2021 1 commit
  15. 15 Mar, 2021 1 commit
  16. 09 Feb, 2021 1 commit
  17. 23 Jan, 2021 1 commit
  18. 21 Dec, 2020 1 commit
  19. 18 Dec, 2020 1 commit
  20. 16 Dec, 2020 1 commit
  21. 11 Dec, 2020 1 commit
  22. 08 Dec, 2020 1 commit
  23. 07 Dec, 2020 1 commit
  24. 09 Nov, 2020 2 commits
  25. 05 Nov, 2020 1 commit
  26. 30 Oct, 2020 1 commit
  27. 27 Oct, 2020 3 commits
  28. 30 Sep, 2020 1 commit
  29. 25 Sep, 2020 1 commit
  30. 10 Aug, 2020 1 commit
  31. 06 Aug, 2020 1 commit
  32. 29 Jul, 2020 1 commit
    • Julien Plu's avatar
      Rework TF trainer (#6038) · 54f9fbef
      Julien Plu authored
      * Fully rework training/prediction loops
      
      * fix method name
      
      * Fix variable name
      
      * Fix property name
      
      * Fix scope
      
      * Fix method name
      
      * Fix tuple index
      
      * Fix tuple index
      
      * Fix indentation
      
      * Fix variable name
      
      * fix eval before log
      
      * Add drop remainder for test dataset
      
      * Fix step number + fix logging datetime
      
      * fix eval loss value
      
      * use global step instead of step + fix logging at step 0
      
      * Fix logging datetime
      
      * Fix global_step usage
      
      * Fix breaking loop + logging datetime
      
      * Fix step in prediction loop
      
      * Fix step breaking
      
      * Fix train/test loops
      
      * Force TF at least 2.2 for the trainer
      
      * Use assert_cardinality to facilitate the dataset size computation
      
      * Log steps per epoch
      
      * Make tfds compliant with TPU
      
      * Make tfds compliant with TPU
      
      * Use TF dataset enumerate instead of the Python one
      
      * revert previous commit
      
      * Fix data_dir
      
      * Apply style
      
      * rebase on master
      
      * Address Sylvain's comments
      
      * Address Sylvain's and Lysandre comments
      
      * Trigger CI
      
      * Remove unused import
      54f9fbef
  33. 14 Jul, 2020 1 commit
  34. 10 Jul, 2020 1 commit
  35. 01 Jul, 2020 1 commit
  36. 28 Jun, 2020 1 commit
  37. 25 Jun, 2020 1 commit