"vscode:/vscode.git/clone" did not exist on "f82ee109e6e58e19c21e631a2354af3b00da9a3c"
  1. 10 Jul, 2024 1 commit
  2. 27 Jun, 2024 1 commit
  3. 17 Jun, 2024 1 commit
    • Albert Villanova del Moral's avatar
      Pass datasets trust_remote_code (#31406) · a14b055b
      Albert Villanova del Moral authored
      * Pass datasets trust_remote_code
      
      * Pass trust_remote_code in more tests
      
      * Add trust_remote_dataset_code arg to some tests
      
      * Revert "Temporarily pin datasets upper version to fix CI"
      
      This reverts commit b7672826.
      
      * Pass trust_remote_code in librispeech_asr_dummy docstrings
      
      * Revert "Pin datasets<2.20.0 for examples"
      
      This reverts commit 833fc17a.
      
      * Pass trust_remote_code to all examples
      
      * Revert "Add trust_remote_dataset_code arg to some tests" to research_projects
      
      * Pass trust_remote_code to tests
      
      * Pass trust_remote_code to docstrings
      
      * Fix flax examples tests requirements
      
      * Pass trust_remote_dataset_code arg to tests
      
      * Replace trust_remote_dataset_code with trust_remote_code in one example
      
      * Fix duplicate trust_remote_code
      
      * Replace args.trust_remote_dataset_code with args.trust_remote_code
      
      * Replace trust_remote_dataset_code with trust_remote_code in parser
      
      * Replace trust_remote_dataset_code with trust_remote_code in dataclasses
      
      * Replace trust_remote_dataset_code with trust_remote_code arg
      a14b055b
  4. 17 May, 2024 2 commits
  5. 18 Apr, 2024 1 commit
  6. 20 Mar, 2024 1 commit
  7. 21 Feb, 2024 1 commit
  8. 16 Feb, 2024 1 commit
  9. 02 Feb, 2024 1 commit
    • Klaus Hipp's avatar
      [Docs] Fix spelling and grammar mistakes (#28825) · 721ee783
      Klaus Hipp authored
      * Fix typos and grammar mistakes in docs and examples
      
      * Fix typos in docstrings and comments
      
      * Fix spelling of `tokenizer` in model tests
      
      * Remove erroneous spaces in decorators
      
      * Remove extra spaces in Markdown link texts
      721ee783
  10. 01 Feb, 2024 1 commit
  11. 19 Jan, 2024 1 commit
  12. 13 Dec, 2023 1 commit
  13. 17 Nov, 2023 1 commit
  14. 02 Nov, 2023 1 commit
  15. 27 Oct, 2023 1 commit
  16. 12 Oct, 2023 1 commit
  17. 03 Oct, 2023 1 commit
  18. 04 Sep, 2023 1 commit
  19. 21 Aug, 2023 1 commit
  20. 08 Aug, 2023 1 commit
  21. 02 Aug, 2023 1 commit
  22. 28 Jul, 2023 1 commit
  23. 17 Jul, 2023 1 commit
  24. 07 Jun, 2023 1 commit
  25. 02 Jun, 2023 1 commit
  26. 09 May, 2023 1 commit
  27. 13 Apr, 2023 1 commit
  28. 14 Mar, 2023 1 commit
  29. 07 Mar, 2023 1 commit
  30. 06 Mar, 2023 1 commit
    • Matt's avatar
      Add TF contrastive image text finetuning example (#21939) · 5d8efc79
      Matt authored
      * Initial commit
      
      * stash commit
      
      * Add model checkpointing and pushing
      
      * Fix model name inference
      
      * Update README
      
      * Update README
      
      * Remove a couple of Torch references
      
      * Update copyright date
      
      * make fixup
      
      * Update PushToHubCallback args!
      
      * Remove the torch summary
      
      * Add strategy.scope
      5d8efc79