mrseeker87 commited on
Commit
3a960ae
1 Parent(s): b936dbf

Updating welcome text

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -79,5 +79,6 @@
79
  "vocab_size": 50257,
80
  "temp": 0.7,
81
  "rep_pen": 1.75,
82
- "window_size": 256
 
83
  }
79
  "vocab_size": 50257,
80
  "temp": 0.7,
81
  "rep_pen": 1.75,
82
+ "window_size": 256,
83
+ "welcome": "You are currently running novel-writing model `Picard, version 1.`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker)\n\n### How to use this model\n\nPicard is designed to generate stories and novels. Use the authors note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give it specific details about the characters. To start off, give the AI an idea of what you are writing about by setting the scene. Give the AI around 10 sentences that make your story really interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind."
84
  }