1. 25 Apr, 2023 1 commit
  2. 21 Apr, 2023 1 commit
  3. 20 Apr, 2023 1 commit
  4. 17 Apr, 2023 2 commits
  5. 14 Apr, 2023 1 commit
    • Sayak Paul's avatar
      [Examples] TPU-based training of a language model using TensorFlow (#21657) · 390e121f
      Sayak Paul authored
      
      
      * add: tokenizer training script for TF TPU LM training.
      
      * add: script for preparing the TFRecord shards.
      
      * add: sequence of execution to readme.
      
      * remove limit from the tfrecord shard name.
      
      * Add initial train_model.py
      
      * Add basic training arguments and model init
      
      * Get up to the point of writing the data collator
      
      * Pushing progress so far!
      
      * Complete first draft of model training code
      
      * feat: grouping of texts efficiently.
      Co-authored-by: default avatarMatt <rocketknight1@gmail.com>
      
      * Add proper masking collator and get training loop working
      
      * fix: things.
      
      * Read sample counts from filenames
      
      * Read sample counts from filenames
      
      * Draft README
      
      * Improve TPU warning
      
      * Use distribute instead of distribute.experimental
      
      * Apply suggestions from code review
      Co-authored-by: default avatarMatt <Rocketknight1@users.noreply.github.com>
      
      * Modularize loading and add MLM probability as arg
      
      * minor refactoring to better use the cli args.
      
      * readme fillup.
      
      * include tpu and inference sections in the readme.
      
      * table of contents.
      
      * parallelize maps.
      
      * polish readme.
      
      * change script name to run_mlm.py
      
      * address PR feedback (round I).
      
      ---------
      Co-authored-by: default avatarMatt <rocketknight1@gmail.com>
      Co-authored-by: default avatarMatt <Rocketknight1@users.noreply.github.com>
      390e121f
  6. 13 Apr, 2023 1 commit
  7. 11 Apr, 2023 1 commit
  8. 05 Apr, 2023 1 commit
  9. 04 Apr, 2023 1 commit
  10. 31 Mar, 2023 1 commit
  11. 29 Mar, 2023 1 commit
  12. 28 Mar, 2023 1 commit
  13. 27 Mar, 2023 2 commits
  14. 24 Mar, 2023 2 commits
  15. 23 Mar, 2023 1 commit
  16. 22 Mar, 2023 3 commits
  17. 14 Mar, 2023 1 commit
  18. 08 Mar, 2023 1 commit
  19. 07 Mar, 2023 1 commit
  20. 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
  21. 01 Mar, 2023 1 commit
  22. 27 Feb, 2023 1 commit
  23. 24 Feb, 2023 1 commit
  24. 22 Feb, 2023 2 commits
  25. 20 Feb, 2023 1 commit
  26. 16 Feb, 2023 2 commits
  27. 13 Feb, 2023 2 commits
  28. 10 Feb, 2023 1 commit
  29. 09 Feb, 2023 1 commit
  30. 08 Feb, 2023 2 commits
  31. 07 Feb, 2023 1 commit
    • Sylvain Gugger's avatar
      Cleanup quality (#21493) · 67d07487
      Sylvain Gugger authored
      * Remove mentions of flake8/isort
      
      * Clean up inits
      
      * Deall with all other inits
      
      * Last special rule for dummy files
      67d07487