gpt-2-Pytorch icon indicating copy to clipboard operation
gpt-2-Pytorch copied to clipboard

Simple Text-Generator with OpenAI gpt-2 Pytorch Implementation

Results 17 gpt-2-Pytorch issues
Sort by recently updated
recently updated
newest added

Doesn't run. Lots of missing dependencies that should be in requirements.txt

I installed Python 2 and followed the instructions in the readme, but I'm getting an 'Invalid Syntax' error on the end quote on the following command. I have retyped the...

I have pulled the code from branch [train](https://github.com/graykode/gpt-2-Pytorch/tree/train). Is there a way to train or fine tune the GPT-2 model with data parallelism on multiple GPUs? Thanks for your help.

Hello, I am trying to train/fine-tune the GPT-2 model using your wrapper, I have successfully made it to train by using a text file, however I would like to train...

I have a text file that pulls todays headlines. I'd like to feed that into the model as the prompt.

I would very much like to know how I can use my own fine-tuned model that I trained using Colab to generate text. I have a bunch of checkpoints but...

python main.py --text "Babies cry because" --length 25 --nsamples 5 --batch_size 5

Hi, i am new in this field. Can we do transfer learning with a new dataset which suppose may contain specific domain content like food, electronics so on... and train...

Hi, I was wondering how to integrate the larger released open.ai models with this code base. Many thanks, Vince.