mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
![]() * Just import torch AdamW instead * Update docs too * Make AdamW undocumented * make fixup * Add a basic wrapper class * Add it back to the docs * Just remove AdamW entirely * Remove some AdamW references * Drop AdamW from the public init * make fix-copies * Cleanup some references * make fixup * Delete lots of transformers.AdamW references * Remove extra references to adamw_hf |
||
---|---|---|
.. | ||
benchmarking | ||
multiple_choice | ||
pytorch-lightning | ||
question-answering | ||
seq2seq | ||
token-classification | ||
README.md | ||
run_camembert.py | ||
run_chinese_ref.py | ||
run_language_modeling.py | ||
run_openai_gpt.py | ||
run_swag.py | ||
run_transfo_xl.py |
Legacy examples
This folder contains examples which are not actively maintained (mostly contributed by the community).
Using these examples together with a recent version of the library usually requires to make small (sometimes big) adaptations to get the scripts working.