Alephrin commited on
Commit
c27a7e2
1 Parent(s): 585d966

Update config.json

Browse files

Bring the welcome message in line with Concedo's smaller Nerybus mixes while preserving the NSFW warning.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -29,6 +29,6 @@
29
  "transformers_version": "4.25.1",
30
  "use_cache": false,
31
  "vocab_size": 50265,
32
- "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 `Nerybus, version 0 (13B).",
33
  "word_embed_proj_dim": 5120
34
  }
29
  "transformers_version": "4.25.1",
30
  "use_cache": false,
31
  "vocab_size": 50265,
32
+ "welcome": "## Warning: This model has a very heavy NSFW bias and is not suitable for use by minors!\n\nYou are currently running the model `OPT-13B-Nerybus-Mix.`\n\nThis is an experimental model containing a parameter-wise 50/50 blend (weighted average) of NerysV2-13B and ErebusV1-13B.\n\n",
33
  "word_embed_proj_dim": 5120
34
  }