transformers/examples/single_model_scripts
Ethan Perez 28ba345ecc
Fixing unused weight_decay argument
Currently the L2 regularization is hard-coded to "0.01", even though there is a --weight_decay flag implemented (that is unused). I'm making this flag control the weight decay used for fine-tuning in this script.
2019-08-04 12:31:46 -04:00
..
run_openai_gpt.py Fixing unused weight_decay argument 2019-08-04 12:31:46 -04:00
run_swag.py updating examples and doc 2019-07-14 23:20:10 +02:00
run_transfo_xl.py fix #792 2019-07-16 21:22:19 +02:00