Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 8b9f298

Browse files
committed
add colab buttons
1 parent 947083a commit 8b9f298

8 files changed

+408
-335
lines changed

notebooks/llmu/Building_a_Chatbot.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/Building_a_Chatbot.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {

notebooks/llmu/Fine_Tuning_for_Chat.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/Fine_Tuning_for_Chat.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {

notebooks/llmu/Parameters_for_Controlling_Outputs.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/Parameters_for_Controlling_Outputs.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {},

notebooks/llmu/Prompt_Engineering_Basics.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "ca57710c",
6+
"metadata": {},
7+
"source": [
8+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/Prompt_Engineering_Basics.ipynb\">\n",
9+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
10+
"</a>"
11+
]
12+
},
313
{
414
"cell_type": "markdown",
515
"id": "4fac7165",

notebooks/llmu/Topic_Modeling.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/Topic_Modeling.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"attachments": {},
514
"cell_type": "markdown",

notebooks/llmu/Validating_Large_Language_Model_Outputs.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a target=\"_blank\" href=\"https://colab.research.google.com/github/cohere-ai/notebooks/blob/main/notebooks/Validating_Large_Language_Model_Outputs.ipynb\">\n",
8+
" <img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/>\n",
9+
"</a>"
10+
]
11+
},
312
{
413
"cell_type": "markdown",
514
"metadata": {
@@ -39,8 +48,8 @@
3948
},
4049
"outputs": [],
4150
"source": [
42-
"# TODO: upgrade to \"cohere>5\"",
43-
"! pip install \"cohere<5\" guardrails-ai -q"
51+
"# TODO: upgrade to \"cohere>5\"\n",
52+
"! pip install \"cohere<5\" guardrails-ai -q"
4453
]
4554
},
4655
{

0 commit comments

Comments
 (0)