-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finetuning #258
base: master
Are you sure you want to change the base?
Finetuning #258
Commits on Mar 3, 2019
-
Neil Shepperd committed
Mar 3, 2019 Configuration menu - View commit details
-
Copy full SHA for d1fc873 - Browse repository at this point
Copy the full SHA d1fc873View commit details -
Neil Shepperd committed
Mar 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 1fba31f - Browse repository at this point
Copy the full SHA 1fba31fView commit details -
Neil Shepperd committed
Mar 3, 2019 Configuration menu - View commit details
-
Copy full SHA for dfca3cf - Browse repository at this point
Copy the full SHA dfca3cfView commit details -
Fix sample generation with batch_size greater than 1.
Neil Shepperd committedMar 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 9423776 - Browse repository at this point
Copy the full SHA 9423776View commit details
Commits on Mar 18, 2019
-
Add training script with Horovod support
This enables multi-GPU or distributed training using Horovod
Configuration menu - View commit details
-
Copy full SHA for 3e18729 - Browse repository at this point
Copy the full SHA 3e18729View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec16bad - Browse repository at this point
Copy the full SHA ec16badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bad9e4 - Browse repository at this point
Copy the full SHA 0bad9e4View commit details
Commits on Mar 19, 2019
-
Merge pull request #2 from tlkh/finetuning
Added instructions and script for distributed training with Horovod
Configuration menu - View commit details
-
Copy full SHA for ef62678 - Browse repository at this point
Copy the full SHA ef62678View commit details -
Neil Shepperd committed
Mar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for c465071 - Browse repository at this point
Copy the full SHA c465071View commit details -
Combine input text files with <|endoftext|> delimiter to ensure there…
… are enough contiguous tokens to sample from. This can be disabled with --combine 0.
Neil Shepperd committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e32b10 - Browse repository at this point
Copy the full SHA 1e32b10View commit details
Commits on Mar 20, 2019
-
Write losses to summary file for tensorboard.
Neil Shepperd committedMar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 3a3ce65 - Browse repository at this point
Copy the full SHA 3a3ce65View commit details -
Add learning rate as command line flag.
Neil Shepperd committedMar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for d5b387b - Browse repository at this point
Copy the full SHA d5b387bView commit details -
Use argparse instead of fire in train.py.
Neil Shepperd committedMar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for b106d0a - Browse repository at this point
Copy the full SHA b106d0aView commit details
Commits on Mar 21, 2019
-
Neil Shepperd committed
Mar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 2044d13 - Browse repository at this point
Copy the full SHA 2044d13View commit details -
Add gradient accumulation with default of 5 minibatches
Neil Shepperd committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for a359a34 - Browse repository at this point
Copy the full SHA a359a34View commit details
Commits on Mar 25, 2019
-
Merge remote-tracking branch 'origin/master' into finetuning
Neil Shepperd committedMar 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 8738950 - Browse repository at this point
Copy the full SHA 8738950View commit details
Commits on May 2, 2019
-
Turn off gradient accumulation by default, it shouldn't be needed.
Neil Shepperd committedMay 2, 2019 Configuration menu - View commit details
-
Copy full SHA for eda8777 - Browse repository at this point
Copy the full SHA eda8777View commit details
Commits on May 4, 2019
-
Add gradient checkpointing and another optimization necessary to allo…
…w training the 345M model.
Neil Shepperd committedMay 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 47df6da - Browse repository at this point
Copy the full SHA 47df6daView commit details -
Add "validation" loss calculation.
Neil Shepperd committedMay 4, 2019 Configuration menu - View commit details
-
Copy full SHA for c46ed99 - Browse repository at this point
Copy the full SHA c46ed99View commit details
Commits on May 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 941a762 - Browse repository at this point
Copy the full SHA 941a762View commit details
Commits on May 6, 2019
-
Merge pull request #3 from Tenoke/finetuning
Add toposort to requirements
Neil Shepperd authoredMay 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 13c5412 - Browse repository at this point
Copy the full SHA 13c5412View commit details
Commits on May 14, 2019
-
Add option to use SGD for optimizer
Neil Shepperd committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 3985cc7 - Browse repository at this point
Copy the full SHA 3985cc7View commit details -
Record learning rate in tensorboard logs
Neil Shepperd committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 7fc2a44 - Browse repository at this point
Copy the full SHA 7fc2a44View commit details -
Add text in README for --optimizer flag
Neil Shepperd committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for a464925 - Browse repository at this point
Copy the full SHA a464925View commit details -
Reduce default learning rate of train.py.
Neil Shepperd committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for ae535b6 - Browse repository at this point
Copy the full SHA ae535b6View commit details -
Merge remote-tracking branch 'origin/master' into finetuning
Neil Shepperd committedMay 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 2d4fd0c - Browse repository at this point
Copy the full SHA 2d4fd0cView commit details
Commits on May 15, 2019
-
New feature: add noise to network inputs to regularize against overre…
…acting to typos.
Neil Shepperd committedMay 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 6a77a7b - Browse repository at this point
Copy the full SHA 6a77a7bView commit details -
Neil Shepperd committed
May 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 87fe3d7 - Browse repository at this point
Copy the full SHA 87fe3d7View commit details -
Add top_p to interactive_conditional_samples.py and generate_uncondit…
…ional_samples.py.
Neil Shepperd committedMay 15, 2019 Configuration menu - View commit details
-
Copy full SHA for e99ee37 - Browse repository at this point
Copy the full SHA e99ee37View commit details -
Neil Shepperd committed
May 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 2b24145 - Browse repository at this point
Copy the full SHA 2b24145View commit details -
Fix top_p sampling for batch_size>1
Neil Shepperd committedMay 15, 2019 Configuration menu - View commit details
-
Copy full SHA for 6c1f21d - Browse repository at this point
Copy the full SHA 6c1f21dView commit details
Commits on Aug 15, 2019
-
Added the medium blog link "Beginner’s Guide to Retrain GPT-2 (117M) to Generate Custom Text Content"
Configuration menu - View commit details
-
Copy full SHA for cca7144 - Browse repository at this point
Copy the full SHA cca7144View commit details
Commits on Aug 27, 2019
-
Merge pull request #22 from biranchi2018/biranchi2018-patch-1
Updated README.md
N Shepperd authoredAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for a070f38 - Browse repository at this point
Copy the full SHA a070f38View commit details -
Add note to install cudnn, re nshepperd#8
Neil Shepperd committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 50fa3b6 - Browse repository at this point
Copy the full SHA 50fa3b6View commit details -
Add flag to set encoding for text reading and writing, defaulting to …
…utf-8.
Neil Shepperd committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for b7cda3f - Browse repository at this point
Copy the full SHA b7cda3fView commit details
Commits on Aug 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8cd943 - Browse repository at this point
Copy the full SHA b8cd943View commit details