Make Official default

This commit is contained in:
henk717 2022-01-17 18:10:13 +01:00
parent e795dbb567
commit 2aab96a755
1 changed files with 4 additions and 6 deletions

View File

@ -7,7 +7,7 @@
"private_outputs": true,
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyNujedNUP3pu6VjrRFwxf5p",
"authorship_tag": "ABX9TyO0yDl02kgGkW2MohzmAmoS",
"include_colab_link": true
},
"kernelspec": {
@ -37,11 +37,9 @@
},
"source": [
"# Welcome to KoboldAI on Google Colab, GPU Edition!\n",
"KoboldAI is a powerful way to experience a variety of AI Based text generation experiences. You can use it to write stories, blog posts, play a text adventure game, interact with a chatbot experience and more! In some cases it might even help you with an assignment or programming task (But always make sure the information the AI mentions is correct, it loves to make stuff up).\n",
"KoboldAI is a powerful and easy way to use a variety of AI based text generation experiences. You can use it to write stories, blog posts, play a text adventure game, use it like a chatbot and more! In some cases it might even help you with an assignment or programming task (But always make sure the information the AI mentions is correct, it loves to make stuff up).\n",
"\n",
"For more information about KoboldAI check our our Github readme : https://github.com/KoboldAI/KoboldAI-Client/blob/main/readme.md\n",
"\n",
"For the best results use the United version until 0.17 is released."
"For more information about KoboldAI check our our Github readme : https://github.com/KoboldAI/KoboldAI-Client/blob/main/readme.md"
]
},
{
@ -69,7 +67,7 @@
"#@markdown You can find a description of the models below along with instructions on how to start KoboldAI.\n",
"\n",
"Model = \"KoboldAI/GPT-Neo-2.7B-Picard\" #@param [\"KoboldAI/GPT-Neo-2.7B-Picard\", \"KoboldAI/GPT-Neo-2.7B-Horni-LN\", \"KoboldAI/GPT-Neo-2.7B-Horni\", \"KoboldAI/GPT-Neo-2.7B-Shinen\", \"EleutherAI/gpt-neo-2.7B\"] {allow-input: true}\n",
"Version = \"United\" #@param [\"Official\", \"United\"] {allow-input: true}\n",
"Version = \"Official\" #@param [\"Official\", \"United\"] {allow-input: true}\n",
"\n",
"!nvidia-smi\n",
"from google.colab import drive\n",