-
Notifications
You must be signed in to change notification settings - Fork 443
Flaskapp #90
base: finetuning
Are you sure you want to change the base?
Flaskapp #90
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5b64684 - Browse repository at this point
Copy the full SHA 5b64684View commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6dab221 - Browse repository at this point
Copy the full SHA 6dab221View commit details
Commits on Feb 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aae26ab - Browse repository at this point
Copy the full SHA aae26abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0ee6d - Browse repository at this point
Copy the full SHA fc0ee6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825aa3d - Browse repository at this point
Copy the full SHA 825aa3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ce9f2 - Browse repository at this point
Copy the full SHA 92ce9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf43e73 - Browse repository at this point
Copy the full SHA bf43e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ed990 - Browse repository at this point
Copy the full SHA 23ed990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99af6d7 - Browse repository at this point
Copy the full SHA 99af6d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf46d9 - Browse repository at this point
Copy the full SHA 2cf46d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946facf - Browse repository at this point
Copy the full SHA 946facfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f943d - Browse repository at this point
Copy the full SHA b6f943dView commit details
Commits on Feb 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3aa7de - Browse repository at this point
Copy the full SHA a3aa7deView commit details -
add .gitattributes file to ensure files copied to docker container ha…
…ve LF line endings and all files stay unix on commit
Configuration menu - View commit details
-
Copy full SHA for 68bf7a0 - Browse repository at this point
Copy the full SHA 68bf7a0View commit details -
Add note about setting PYTHONIOENCODING=UTF-8 env var for running examples
Configuration menu - View commit details
-
Copy full SHA for c5b9c89 - Browse repository at this point
Copy the full SHA c5b9c89View commit details
Commits on Feb 27, 2019
-
Example will `tee` stdout to `/tmp/samples` from conditional and unconditional generation scripts.
Configuration menu - View commit details
-
Copy full SHA for c314dda - Browse repository at this point
Copy the full SHA c314ddaView commit details -
Add documentation for help flags (nshepperd#81)
add description for flags
Configuration menu - View commit details
-
Copy full SHA for ed49f03 - Browse repository at this point
Copy the full SHA ed49f03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1e704 - Browse repository at this point
Copy the full SHA 9d1e704View commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0465394 - Browse repository at this point
Copy the full SHA 0465394View commit details
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 4, 2019
-
Python download script (nshepperd#89)
added python download script and modified requirements to add the modules needed. Tested in Windows Version 10.0.17134 Build 17134 and Ubuntu 18.04.1 LTS
Configuration menu - View commit details
-
Copy full SHA for 8eb6793 - Browse repository at this point
Copy the full SHA 8eb6793View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed0dedc - Browse repository at this point
Copy the full SHA ed0dedcView commit details
Commits on Mar 6, 2019
-
update readme with usage caveats and calls for research
This write-up was loosely inspired in part by Mitchell et al.’s work on [Model Cards for Model Reporting](https://arxiv.org/abs/1810.03993). Adding such model usage sections could be good practice in general for open source research projects with potentially broad applications.
Configuration menu - View commit details
-
Copy full SHA for 953530f - Browse repository at this point
Copy the full SHA 953530fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a246a - Browse repository at this point
Copy the full SHA 79a246aView commit details
Commits on Mar 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8637828 - Browse repository at this point
Copy the full SHA 8637828View 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 -
Configuration menu - View commit details
-
Copy full SHA for d14501a - Browse repository at this point
Copy the full SHA d14501aView commit details
Commits on Mar 19, 2019
-
Merge pull request nshepperd#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 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0503b1b - Browse repository at this point
Copy the full SHA 0503b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ef71a - Browse repository at this point
Copy the full SHA b5ef71aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd75299 - Browse repository at this point
Copy the full SHA dd75299View 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 nshepperd#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 May 16, 2019
-
allow models to be in a separate folder via models_dir argument (ope…
…nai#129) * models_dir argument to allow models in a separate folder * default value for models_dir to be same as before * allow environment variables and user home in models_dir
Configuration menu - View commit details
-
Copy full SHA for e5c5054 - Browse repository at this point
Copy the full SHA e5c5054View commit details
Commits on May 31, 2019
-
Fix TODO in sample.sample_sequences- Avoid 'leaving last token calcul…
…ation to while loop' (openai#119) * do initial run on full context * decrement while loop iterations * add context to output * remove first param * removing first param: change shape invariant
Configuration menu - View commit details
-
Copy full SHA for c0859d7 - Browse repository at this point
Copy the full SHA c0859d7View commit details
Commits on Jul 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 41a6793 - Browse repository at this point
Copy the full SHA 41a6793View commit details -
Merge pull request openai#161 from openai/christopherhesse-patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for e937879 - Browse repository at this point
Copy the full SHA e937879View 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 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cb41537 - Browse repository at this point
Copy the full SHA cb41537View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35fa1d - Browse repository at this point
Copy the full SHA f35fa1dView commit details
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ac5d522 - Browse repository at this point
Copy the full SHA ac5d522View commit details -
Merge pull request nshepperd#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 Nov 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fbae7db - Browse repository at this point
Copy the full SHA fbae7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d98291d - Browse repository at this point
Copy the full SHA d98291dView commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ebdba20 - Browse repository at this point
Copy the full SHA ebdba20View commit details
Commits on Jan 3, 2020
-
Hi. David Lansky and Jack Clark asked me to update the GPT-2 License accordingly.
Configuration menu - View commit details
-
Copy full SHA for 0f97760 - Browse repository at this point
Copy the full SHA 0f97760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fce0a - Browse repository at this point
Copy the full SHA 03fce0aView commit details
Commits on Jan 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0574c57 - Browse repository at this point
Copy the full SHA 0574c57View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a74da5d - Browse repository at this point
Copy the full SHA a74da5dView commit details
Commits on Mar 2, 2021
-
Merge branch 'master' into finetuning
nshepperd committedMar 2, 2021 Configuration menu - View commit details
-
Copy full SHA for fdd5ecf - Browse repository at this point
Copy the full SHA fdd5ecfView commit details
Commits on Mar 6, 2021
-
Fix models_dir issue nshepperd#76
nshepperd committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 9741323 - Browse repository at this point
Copy the full SHA 9741323View commit details -
Delete train-horovod.py, which is unmaintained
nshepperd committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 4556dd2 - Browse repository at this point
Copy the full SHA 4556dd2View commit details -
Fixes to support tensorflow v2.x. Training should still work in v1.x.
nshepperd committedMar 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 2de5d1b - Browse repository at this point
Copy the full SHA 2de5d1bView commit details
Commits on Mar 16, 2021
-
nshepperd committed
Mar 16, 2021 Configuration menu - View commit details
-
Copy full SHA for ffc54c7 - Browse repository at this point
Copy the full SHA ffc54c7View commit details
Commits on Apr 1, 2021
-
Update twremat.cabal for ghc 9.0
nshepperd committedApr 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 29ce412 - Browse repository at this point
Copy the full SHA 29ce412View commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c002e8f - Browse repository at this point
Copy the full SHA c002e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c15f97 - Browse repository at this point
Copy the full SHA 9c15f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2a362 - Browse repository at this point
Copy the full SHA 4a2a362View commit details -
Configuration menu - View commit details
-
Copy full SHA for b05775f - Browse repository at this point
Copy the full SHA b05775fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d17db8e - Browse repository at this point
Copy the full SHA d17db8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4a69d - Browse repository at this point
Copy the full SHA 1f4a69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb1d27 - Browse repository at this point
Copy the full SHA 9eb1d27View commit details