gpt-2-simple
gpt-2-simple copied to clipboard
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
I started receiving this error every time I try to train. I have tried it multiple times on different days. I am using the 355M model and have never received...
Huggingface models are available either in .PT or .H5 format, how would I convert them to a model I can fine-tune with gpt-2-simple? Aitextgen is not an option for me...
using every new line or every new article so did i use this for every new line in same article that's talk about "fitness" ``` fitness article line 1 fitness...
When running sess command, getting OOM issue. Not sure if new large model is too large for Colab? WARNING: Logging before flag parsing goes to stderr. W0820 16:58:18.137592 140704259733376 deprecation.py:323]...
Hi everybody, I have an issue which I hadn't previously. I always trained GPT-2 on these settings without any issues, but now it doesn work. My settings: Colab Notebook (I'm...
OS: Ubuntu 20.04 Python: 3.8.8, 3.9.4 GPT-2-Simple: 0.7.2 Tensorflow: 2.2.2, 2.3.2, 2.4.1, 2.5.0rc1 (3.8.8); 2.5.0rc1 (3.9.4) Code: ```py import gpt_2_simple as gpt2 ``` Error (3.9.4): ```py Traceback (most recent call...
A little tracking issue to discuss what would be needed to migrate to TF2.0: Currently, the only thing I can see from poking around is the dependency on the graph...
I have finetuned the model and want to calculate perplexity of an input sentence. What function can be used for that.
I get an error whenever I use a prefix.