1. 20 Apr, 2023 1 commit
  2. 17 Apr, 2023 2 commits
  3. 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
  4. 13 Apr, 2023 1 commit
  5. 11 Apr, 2023 1 commit
  6. 05 Apr, 2023 1 commit
  7. 04 Apr, 2023 1 commit
  8. 31 Mar, 2023 1 commit
  9. 29 Mar, 2023 1 commit
  10. 28 Mar, 2023 1 commit
  11. 27 Mar, 2023 2 commits
  12. 24 Mar, 2023 2 commits
  13. 23 Mar, 2023 1 commit
  14. 22 Mar, 2023 3 commits
  15. 14 Mar, 2023 1 commit
  16. 08 Mar, 2023 1 commit
  17. 07 Mar, 2023 1 commit
  18. 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
  19. 01 Mar, 2023 1 commit
  20. 27 Feb, 2023 1 commit
  21. 24 Feb, 2023 1 commit
  22. 22 Feb, 2023 2 commits
  23. 20 Feb, 2023 1 commit
  24. 16 Feb, 2023 2 commits
  25. 13 Feb, 2023 2 commits
  26. 10 Feb, 2023 1 commit
  27. 09 Feb, 2023 1 commit
  28. 08 Feb, 2023 2 commits
  29. 07 Feb, 2023 2 commits
  30. 06 Feb, 2023 1 commit