shreyashankar / gpt3-sandbox

The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
MIT License
2.9k stars 884 forks source link

Gpt2 with this way #83

Closed khangt1k25 closed 3 years ago

khangt1k25 commented 3 years ago

I wonder that we can apply this pipeline for GPT2 model without finetuning or training, just give gpt2 a prompt and it gives back the result. Thanks

shreyashankar commented 3 years ago

Unfortunately no -- I don't think GPT-2 is exposed via the same API as GPT-3, but I could be wrong. Closing until further comments