minimaxir/download-tweets-ai-text-gen

Google Colab GPT-2 tweets no different than the input

walter-grace opened this issue · 4 comments

I seem to load the csv file from using the python code, I am using 1000 tweets and the only results are just printing out tweets I gave it vs running putting out GANs tweets. Do I maybe need to use more tweets?

Yup, 1,000 tweets is on the low side. There is no hard and fast rule, but I’ve heard folks get decent results once they reach 1MB size, which is about 30,000 tweets.

Yup, 1,000 tweets is on the low side. There is no hard and fast rule, but I’ve heard folks get decent results once they reach 1MB size, which is about 30,000 tweets.
@sdelgadoc
I Will try larger dataset, do you know if this py file work by itself? Id love to run this in colab with a GPU for faster trainning

Yes, this script could run in a Colab. However, I doubt you’ll see an increase in performance. The performance constraint is Twitter’s data transfer rate not processing power. So, I don’t believe that adding a GPU will make it run faster.

Yes, this script could run in a Colab. However, I doubt you’ll see an increase in performance. The performance constraint is Twitter’s data transfer rate not processing power. So, I don’t believe that adding a GPU will make it run faster.

Wonderful thank you for the help