Compare commits

...

2 Commits

Author SHA1 Message Date
henk717 389c3a523e New models 2022-09-19 19:51:42 +02:00
henk717 68ef84224e
OPT Nerys V2
Changes Nerys V2 to the better OPT variant, since the original contained bugs we replace it outright.
If people want the old one they can use KoboldAI/fairseq-dense-13B-Nerys-v2 manually.
2022-09-19 18:11:40 +02:00
1 changed files with 11 additions and 3 deletions

View File

@ -66,7 +66,7 @@
"#@title <b><-- Select your model below and then click this to start KoboldAI</b>\n", "#@title <b><-- Select your model below and then click this to start KoboldAI</b>\n",
"#@markdown You can find a description of the models below along with instructions on how to start KoboldAI.\n", "#@markdown You can find a description of the models below along with instructions on how to start KoboldAI.\n",
"\n", "\n",
"Model = \"Nerys 13B V2\" #@param [\"Nerys 13B V2\", \"Erebus 13B\", \"Janeway 13B\", \"Shinen 13B\", \"Skein 20B\", \"Skein 6B\", \"Janeway 6B\", \"Adventure 6B\", \"Shinen 6B\", \"Lit 6B\", \"NeoX 20B\", \"OPT 13B\", \"Fairseq Dense 13B\", \"GPT-J-6B\"] {allow-input: true}\n", "Model = \"Nerys 13B V2\" #@param [\"Nerys 13B V2\", \"Erebus 13B\", \"Janeway 13B\", \"Shinen 13B\", \"Skein 20B\", \"Erebus 20B\", \"Skein 6B\", \"Janeway 6B\", \"Adventure 6B\", \"Shinen 6B\", \"Lit V2 6B\", \"Lit 6B\", \"NeoX 20B\", \"OPT 13B\", \"Fairseq Dense 13B\", \"GPT-J-6B\"] {allow-input: true}\n",
"Version = \"Official\" #@param [\"Official\", \"United\"] {allow-input: true}\n", "Version = \"Official\" #@param [\"Official\", \"United\"] {allow-input: true}\n",
"Provider = \"Cloudflare\" #@param [\"Localtunnel\", \"Cloudflare\"]\n", "Provider = \"Cloudflare\" #@param [\"Localtunnel\", \"Cloudflare\"]\n",
"\n", "\n",
@ -86,7 +86,7 @@
" path = \"\"\n", " path = \"\"\n",
" download = \"\"\n", " download = \"\"\n",
"elif Model == \"Nerys 13B V2\":\n", "elif Model == \"Nerys 13B V2\":\n",
" Model = \"KoboldAI/fairseq-dense-13B-Nerys-v2\"\n", " Model = \"KoboldAI/OPT-13B-Nerys-v2\"\n",
" path = \"\"\n", " path = \"\"\n",
" download = \"\"\n", " download = \"\"\n",
"elif Model == \"Erebus 13B\":\n", "elif Model == \"Erebus 13B\":\n",
@ -97,6 +97,10 @@
" Model = \"KoboldAI/fairseq-dense-13B-Shinen\"\n", " Model = \"KoboldAI/fairseq-dense-13B-Shinen\"\n",
" path = \"\"\n", " path = \"\"\n",
" download = \"\"\n", " download = \"\"\n",
"elif Model == \"Erebus 20B\":\n",
" Model = \"KoboldAI/GPT-NeoX-20B-Erebus\"\n",
" path = \"\"\n",
" download = \"\"\n",
"elif Model == \"Skein 20B\":\n", "elif Model == \"Skein 20B\":\n",
" Model = \"KoboldAI/GPT-NeoX-20B-Skein\"\n", " Model = \"KoboldAI/GPT-NeoX-20B-Skein\"\n",
" path = \"\"\n", " path = \"\"\n",
@ -117,6 +121,10 @@
" Model = \"KoboldAI/GPT-J-6B-Adventure\"\n", " Model = \"KoboldAI/GPT-J-6B-Adventure\"\n",
" path = \"\"\n", " path = \"\"\n",
" download = \"\"\n", " download = \"\"\n",
"elif Model == \"Lit V2 6B\":\n",
" Model = \"hakurei/litv2-6B-rev3\"\n",
" path = \"\"\n",
" download = \"\"\n",
"elif Model == \"Lit 6B\":\n", "elif Model == \"Lit 6B\":\n",
" Model = \"hakurei/lit-6B\"\n", " Model = \"hakurei/lit-6B\"\n",
" path = \"\"\n", " path = \"\"\n",
@ -233,4 +241,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 0 "nbformat_minor": 0
} }