Browse Source

authorship update

Thierry Moreau 1 year ago
parent
commit
c68c044efd

+ 2 - 1
demo_apps/OctoAI_API_examples/Getting_to_know_Llama.ipynb

@@ -993,7 +993,8 @@
     "#### **Authors & Contact**\n",
     "  * asangani@meta.com, [Amit Sangani | LinkedIn](https://www.linkedin.com/in/amitsangani/)\n",
     "  * mohsena@meta.com, [Mohsen Agsen | LinkedIn](https://www.linkedin.com/in/mohsen-agsen-62a9791/)\n",
-    "  * Adapted to run on OctoAI by Thierry Moreau - tmoreau@octo.ai"
+    "\n",
+    "Adapted to run on OctoAI by Thierry Moreau - tmoreau@octo.ai"
    ]
   }
  ],

+ 29 - 0
demo_apps/OctoAI_API_examples/Purple_Llama.ipynb

@@ -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": {