|
@@ -228,6 +228,35 @@
|
|
|
")\n",
|
|
|
"print(completion.choices[0].text)"
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "cell_type": "markdown",
|
|
|
+ "metadata": {},
|
|
|
+ "source": [
|
|
|
+ "#### **Resources <TBD>**\n",
|
|
|
+ "- [Llama 2](https://ai.meta.com/llama/)\n",
|
|
|
+ "- [Getting Started Guide - Llama 2](https://ai.meta.com/llama/get-started/)\n",
|
|
|
+ "- [GitHub - Llama 2](https://github.com/facebookresearch/llama)\n",
|
|
|
+ "- [Github - LLama 2 Recipes](https://github.com/facebookresearch/llama-recipes) and [Llama 2 Demo Apps](https://github.com/facebookresearch/llama-recipes/tree/main/demo_apps)\n",
|
|
|
+ "- [Research Paper](https://ai.meta.com/research/publications/llama-2-open-foundation-and-fine-tuned-chat-models/)\n",
|
|
|
+ "- [Model Card](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md)\n",
|
|
|
+ "- [Responsible Use Guide](https://ai.meta.com/llama/responsible-use-guide/)\n",
|
|
|
+ "- [Acceptable Use Policy](https://ai.meta.com/llama/use-policy/)\n",
|
|
|
+ "- [OctoAI](https://octoai.cloud/)\n",
|
|
|
+ "- [LangChain](https://www.langchain.com/)\n",
|
|
|
+ "- [LlamaIndex](https://www.llamaindex.ai/)"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "cell_type": "markdown",
|
|
|
+ "metadata": {},
|
|
|
+ "source": [
|
|
|
+ "#### **Authors**\n",
|
|
|
+ "1. Hakan Inan, Research Scientist, Meta\n",
|
|
|
+ "2. Rashi Rungta, Software Engineer, Meta\n",
|
|
|
+ "\n",
|
|
|
+ "Ported to use OctoAI LlamaGuard endpoints by Thierry Moreau, OctoAI"
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
"metadata": {
|