added json

This commit is contained in:
Nick Walton
2019-09-17 16:12:49 -06:00
parent 67fecc3a98
commit f68b6395e7
6 changed files with 50005 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
model.ckpt.data-00000-of-00001
+2
View File
@@ -0,0 +1,2 @@
model_checkpoint_path: "model.ckpt"
all_model_checkpoint_paths: "model.ckpt"
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
+1 -3
View File
@@ -1,12 +1,10 @@
from story.utils import *
from other.cacher import *
import json
<<<<<<< HEAD
=======
prompts = [
"You enter a dungeon with your trusty sword and shield. You are searching for the evil necromancer who killed your family. You've heard that he resides at the bottom of the dungeon, guarded by legions of the undead. You enter the first door and see"]
>>>>>>> cc28b3787ca6c0614066ca4af4501b4d9ece8ff7
prompts = [
"You enter a dungeon with your trusty sword and shield. You are searching for the evil necromancer who killed your family. You've heard that he resides at the bottom of the dungeon, guarded by legions of the undead. You enter the first door and see"]