Skip to content

Commit

Permalink
Update VideoSummary.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
sekyondaMeta committed Oct 17, 2023
1 parent 32788cf commit cbd15d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo_apps/VideoSummary.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"id": "af3069b1",
"metadata": {},
"source": [
"Next we load the YouTube video transcript using the YoutubeLoader."
"Let's load the YouTube video transcript using the YoutubeLoader."
]
},
{
Expand Down Expand Up @@ -140,6 +140,7 @@
"metadata": {},
"source": [
"Next we call the Llama 2 model from Replicate. In this example we will use the llama 2 13b chat model. You can find more Llama 2 models by searching for them on the [Replicate model explore page](https://replicate.com/explore?query=llama).\n",
"\n",
"You can add them here in the format: model_name/version\n",
"\n",
"If you using local Llama, just set llm accordingly - see the [HelloLlamaLocal notebook](HelloLlamaLocal.ipynb)"
Expand Down Expand Up @@ -253,7 +254,8 @@
"source": [
"\n",
"Let's try some workarounds to see if we can summarize the entire transcript without running into the `RuntimeError`.\n",
"We will use the `load_summarize_chain` package from LangChain and change the `chain_type`.\n"
"\n",
"We will use the LangChain's `load_summarize_chain` and play around with the `chain_type`.\n"
]
},
{
Expand Down

0 comments on commit cbd15d2

Please sign in to comment.