Update config.json
Browse filesBring the welcome message in line with Concedo's smaller Nerybus mixes while preserving the NSFW warning.
- 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
|
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 |
}
|