1. 05 Jul, 2024 1 commit
  2. 31 May, 2024 1 commit
  3. 08 May, 2024 1 commit
    • Pavel Iakubovskii's avatar
      Add examples for detection models finetuning (#30422) · 998dbe06
      Pavel Iakubovskii authored
      
      
      * Training script for object detection
      
      * Evaluation script for object detection
      
      * Training script for object detection with eval loop outside trainer
      
      * Trainer DETR finetuning
      
      * No trainer DETR finetuning
      
      * Eval script
      
      * Refine object detection example with trainer
      
      * Remove commented code and enable telemetry
      
      * No trainer example
      
      * Add requirements for object detection examples
      
      * Add test for trainer example
      
      * Readme draft
      
      * Fix uploading to HUB
      
      * Readme improvements
      
      * Update eval script
      
      * Adding tests for object-detection examples
      
      * Add object-detection example
      
      * Add object-detection resources to docs
      
      * Update README with custom dataset instructions
      
      * Update year
      
      * Replace valid with validation
      
      * Update instructions for custom dataset
      
      * Remove eval script
      
      * Remove use_auth_token
      
      * Add copied from and telemetry
      
      * Fixup
      
      * Update readme
      
      * Fix id2label
      
      * Fix links in docs
      
      * Update examples/pytorch/object-detection/run_object_detection.py
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      
      * Update examples/pytorch/object-detection/run_object_detection.py
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      
      * Move description to the top
      
      * Fix Trainer example
      
      * Update no trainer example
      
      * Update albumentations version
      
      ---------
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      998dbe06
  4. 18 Apr, 2024 1 commit
  5. 16 Feb, 2024 1 commit
  6. 12 Feb, 2024 1 commit
  7. 12 Jan, 2024 1 commit
  8. 27 Nov, 2023 1 commit
  9. 09 Nov, 2023 1 commit
  10. 29 Oct, 2023 1 commit
  11. 29 Mar, 2023 1 commit
  12. 21 Dec, 2022 1 commit
  13. 15 Nov, 2022 1 commit
  14. 09 Sep, 2022 1 commit
  15. 06 Aug, 2022 1 commit
  16. 02 May, 2022 1 commit
  17. 27 Apr, 2022 1 commit
    • NielsRogge's avatar
      Add semantic script, trainer (#16834) · 479fdc49
      NielsRogge authored
      * Add first draft
      
      * Improve script and README
      
      * Improve README
      
      * Apply suggestions from code review
      
      * Improve script, add link to resulting model
      
      * Add corresponding test
      
      * Adjust learning rate
      479fdc49
  18. 19 Apr, 2022 1 commit
    • NielsRogge's avatar
      Add image classification script, no trainer (#16727) · b96e82c8
      NielsRogge authored
      * Add first draft
      
      * Improve README and run fixup
      
      * Make script aligned with other scripts, improve README
      
      * Improve script and add test
      
      * Remove print statement
      
      * Apply suggestions from code review
      
      * Add num_labels to make test pass
      
      * Improve README
      b96e82c8
  19. 25 Mar, 2022 1 commit
  20. 23 Mar, 2022 1 commit
  21. 17 Feb, 2022 1 commit
  22. 21 Oct, 2021 1 commit
  23. 20 Oct, 2021 1 commit
  24. 08 Oct, 2021 1 commit
  25. 21 Sep, 2021 1 commit
  26. 29 Apr, 2021 1 commit
  27. 26 Apr, 2021 2 commits
  28. 21 Apr, 2021 1 commit
  29. 29 Mar, 2021 1 commit
  30. 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
  31. 19 Mar, 2021 1 commit
  32. 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
  33. 17 Mar, 2021 1 commit
  34. 15 Mar, 2021 1 commit
  35. 09 Feb, 2021 1 commit
  36. 23 Jan, 2021 1 commit
  37. 21 Dec, 2020 1 commit
  38. 18 Dec, 2020 1 commit
  39. 16 Dec, 2020 1 commit