Clarify use of TrainingArguments.disable_tqdm in Jupyter Notebooks (#9076)
* Clarify impact of disable_tqdm on Jupyter Notebooks
* Add weblink to argparse
* Replace "dev set" with more common "validation set" in do_eval
* Tweak prediction_loss_only
* Tweak description of Adam hyperparameters
* Add weblink to TensorBoard
* Capitalise apex
* Tweak local_rank description
* Add weblink for wandb
* Replace nlp with datasets
* Tweak grammar in model_parallel
* Capitalise apex
* Update TensorFlow training args to match PyTorch ones
* Fix style
* Fix underscore in weblink
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Fix underscore in weblink
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Fix underscore in weblink
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Fix underscore in weblink
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Add obj to datasets.Dataset
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>