Live data from Hacker News

Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2

aidungeon.io

151–160 of 227 posts

Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2

#151
is it down? getting a 403 "Could not fetch resource at https://clients6.google.com/drive/v2beta/files/1u7flclharvMc...: 403"

Guess too many people trying to access it will limit Colab's free offering :)

Why is it on colab anyway?

EDIT: is anybody else experiencing this, I'm using the official play link from the website which points to --> https://colab.research.google.com/drive/1u7flclharvMchwWHY7Y...

Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2

#156

Earlier quoted context omitted.

The idea is good. But when I tried playing it, the story generated doesn't make sense. Looks like it still needs more work to be realistic. Is the AI keeping track of the story as it goes? Because the bird which attacked me with an evil grin and stole my fork asked me not to kill it when I asked him to help me working in the fields... https://gist.github.com/AdrienLemaire/33663e9100c009b8ec3409...

From what I understand about GPT-2 you shouldn't expect the story to make coherent sense. It can produce individual responses that are surprisingly appropriate but it doesn't actually have an understanding of anything that is happening.

IMHO you can use GPT 2 to augment writing not replacing it.

Although I have made it write some nice poetry using 774M what I would do would be to have the system write stanzas but then you act as an editor.

Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2

#157
post #57

Earlier quoted context omitted.

I agree with you that this doesn't reach near the level of good human authors. There's no long term plot or deep human themes in this. I don't think this will ever replace quality human writing, but it may be able to augment it in cool ways. I personally would love if rather than every guard in Skyrim telling the exact same story, if each guard could have their own stories or comments generated based on things about…

I'm not bashing your effort. From the posts I've seen showing the content, it is quite impressive. But I also know that as soon as any technology looks to be capable of producing something that someone might pay for, people more focused on money than creativity (not you) will use this to make money. It's a bit like modern pop music. We are well beyond the point where software can not only write the music, but even ta…

Can you give any examples of such a song?

Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2

#158
"You throw your sword at the dragon. Unfortunately the blade hits the dragon's leg instead of its chest. The dragon howls in pain and smacks his foot against your head sending you flying backwards > Check my pockets You find some coins in your pocket. They're not much but they'll buy you enough time to run away. "

Re: Show HN: AI Dungeon 2 – AI-generated text adventure built with 1.5B param GPT-2

#159

What would be the system requirements if I wanted to run this on my own hardware instead of in the Google UI? It runs out of memory while "initializing AI Dungeon", but if I solved that problem would it work? Or is there more that is needed?

You'd need a GPU as good as the ones google colab offers which is a 12GB NVIDIA Tesla K80. You'd also need cuda and tensorflow installed.

Do I need that specs if I just want to run the model and skip training?
Post reply on HN