latitudegames / AIDungeon

Infinite adventures await!
http://www.aidungeon.io/
MIT License
3.19k stars 554 forks source link

[DOC] re-training on custom data q #262

Open staccDOTsol opened 4 years ago

staccDOTsol commented 4 years ago

📖 Document

hey mate,

GPT-3 must be exciting for you folks at the moment :)

hey, I already scraped a story site I'd like to try recreating AI Dungeon with.

I did try doing this already, trained it up, but the results weren't really sensical.

I'm willing to bet my issue is translating the scraped data into your json dict.

Can you provide more examples here:

{
"tree_id": "story_start": "action_results": [ {"action":, "result":, "action_results": }, {"action":, "result":, "action_results": }] }

Maybe by filling in the blanks?

What's the point of action_results within action_results?

staccDOTsol commented 4 years ago

Much, much scrape. Check out scrollbar! I guess I only have even numbers for whatever reason, 4k+ stories!

image