Skip to content

Commit a559b2e

Browse files
committed
Update link for gpt2 space
1 parent 191a2c8 commit a559b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/model_doc/gpt2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GPT-2 was developed with a straightforward objective to predict the next word in
3939
The model architecture uses a unidirectional (causal) attention mechanism where each token can only attend to previous tokens, making it particularly effective for text generation tasks.
4040

4141

42-
[Write With Transformer](https://transformer.huggingface.co/doc/gpt2-large) is a webapp created and hosted by
42+
[Write With Transformer](https://huggingface.co/spaces/merve/write-with-transformer) is a webapp created and hosted by
4343
Hugging Face showcasing the generative capabilities of several models. GPT-2 is one of them and is available in five
4444
different sizes: small, medium, large, xl and a distilled version of the small checkpoint: *distilgpt-2*.
4545

0 commit comments

Comments
 (0)