"vscode:/vscode.git/clone" did not exist on "07ae53e6e77ec6ff4fb25fbacfec4b11cfc82749"
  1. 02 May, 2023 1 commit
  2. 25 Apr, 2023 1 commit
  3. 21 Apr, 2023 1 commit
  4. 20 Apr, 2023 1 commit
  5. 17 Apr, 2023 2 commits
  6. 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
  7. 13 Apr, 2023 1 commit
  8. 11 Apr, 2023 1 commit
  9. 05 Apr, 2023 1 commit
  10. 04 Apr, 2023 1 commit
  11. 31 Mar, 2023 1 commit
  12. 29 Mar, 2023 1 commit
  13. 28 Mar, 2023 1 commit
  14. 27 Mar, 2023 2 commits
  15. 24 Mar, 2023 2 commits
  16. 23 Mar, 2023 1 commit
  17. 22 Mar, 2023 3 commits
  18. 14 Mar, 2023 1 commit
  19. 08 Mar, 2023 1 commit
  20. 07 Mar, 2023 1 commit
  21. 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
  22. 01 Mar, 2023 1 commit
  23. 27 Feb, 2023 1 commit
  24. 24 Feb, 2023 1 commit
  25. 22 Feb, 2023 2 commits
  26. 20 Feb, 2023 1 commit
  27. 16 Feb, 2023 2 commits
  28. 13 Feb, 2023 2 commits
  29. 10 Feb, 2023 1 commit
  30. 09 Feb, 2023 1 commit
  31. 08 Feb, 2023 2 commits