Skip to content

Commit

Permalink
Fix naming typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NirantK committed Mar 6, 2024
1 parent 9ed4486 commit 5603fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/Hindi_Tamil_RAG_with_Navarasa7B.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Hindi and Tamil Question Answer / RAG\n",
"\n",
"In this notebook, we use new Navrasa LLMs from TeluguLLM to create a Hindi and Tamil Question Answering system. Since we're using a 7B model with PEFT, this notebook is run on Google Colab with an A100. If you're working with a smaller machine, I'd encourage to try the 2B model instead."
"In this notebook, we use new Navarasa LLMs from TeluguLLM to create a Hindi and Tamil Question Answering system. Since we're using a 7B model with PEFT, this notebook is run on Google Colab with an A100. If you're working with a smaller machine, I'd encourage to try the 2B model instead."
]
},
{
Expand Down Expand Up @@ -164,9 +164,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Downloading the Navrasa LLM\n",
"## Downloading the Navarasa LLM\n",
"\n",
"We'll download the Navrasa LLM from TeluguLLM-Labs. This is a 7B model with PEFT."
"We'll download the Navarasa LLM from TeluguLLM-Labs. This is a 7B model with PEFT."
]
},
{
Expand Down

0 comments on commit 5603fbe

Please sign in to comment.