karpathy / minGPT

A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the max output tokens this model supports?

aletote opened this issue · comments

I use gpt-2-simple and it has 1024 as max output, is that the case with this model too? I need 4096.