TheEnthusiast commited on
Commit
7b84d10
1 Parent(s): 48ef5a4

Change use_cache to true

Browse files

This speeds up the output from the model by quite a bit. Other models have this option set to true.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -24,7 +24,7 @@
24
  "prefix": "</s>",
25
  "torch_dtype": "float16",
26
  "transformers_version": "4.21.2",
27
- "use_cache": false,
28
  "vocab_size": 50265,
29
  "word_embed_proj_dim": 5120,
30
  "welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (13B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give 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 interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",
 
24
  "prefix": "</s>",
25
  "torch_dtype": "float16",
26
  "transformers_version": "4.21.2",
27
+ "use_cache": true,
28
  "vocab_size": 50265,
29
  "word_embed_proj_dim": 5120,
30
  "welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running story-writing model `Erebus, version 1 (13B).`\n\n This model is made by [Mr. Seeker](https://www.patreon.com/mrseeker) with help of ProudNoob and the KoboldAI team.\n\n### How to use this model\n\nErebus is designed to generate short stories and novels. Use the author's note to give it a certain genre to follow, use memory to give an overview of the story and use World Information to give 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 interesting to read. Introduce your character, describe the world, blow something up, or let the AI use its creative mind.",