NaNoGenMo / 2020

National Novel Generation Month, 2020 edition.
76 stars 0 forks source link

Intent of participation #10

Open Samvid95 opened 3 years ago

Samvid95 commented 3 years ago

I have been looking at this for a couple of years now. I think this year is the one, I want to try it out. Not sure what I am making but let's figure it out along the way.

pjfpotter commented 3 years ago

yes Samvid, i'm with you.

Samvid95 commented 3 years ago

I have a few basic ideas on what I want to create. I will probably work only during the weekends. I will try and keep my trello up to date so you guys can check out. https://trello.com/b/LXNYKRiJ/nanocreatemo-2019

I am using GCP instance for this. I will try and create github repository with this and I will keep this place updated as well.

Samvid95 commented 3 years ago

Progress at the end of 02/11/2020:

I was able to get the gpt-2 working in the GCP instance. Now the code is producing small snippets. After the initial testing I decided to go with the smaller model for the speed and efficiency.

I am also storing that data backinside a new file and I stopped their infinite looping thing for interactive passage generation.

Next steps: My goal is to get the last line of the generated text and use it as an input to the same model. This will give me a little bit more coherent output information.