This commit is contained in:
Lysandre
2020-01-17 10:28:12 -05:00
committed by Lysandre Debut
parent bd0d3fd76e
commit 1487b840d3
3 changed files with 150 additions and 139 deletions

View File

@@ -30,6 +30,10 @@ Tips:
See `reusing the past in generative models <../quickstart.html#using-the-past>`_ for more information on the usage
of this argument.
`Write With Transformer <https://transformer.huggingface.co/doc/gpt2-large>`__ is a webapp created and hosted by
Hugging Face showcasing the generative capabilities of several models. GPT-2 is one of them and is available in five
different sizes: small, medium, large, xl and a distilled version of the small checkpoint: distilgpt-2.
``GPT2Config``
~~~~~~~~~~~~~~~~~~~~~