فهرست منبع

VideoSummary notebook; readme update

Jeff Tang 1 سال پیش
والد
کامیت
21e73d9809
2فایلهای تغییر یافته به همراه600 افزوده شده و 1 حذف شده
  1. 1 1
      llama-demo-apps/README.md
  2. 599 0
      llama-demo-apps/VideoSummary.ipynb

+ 1 - 1
llama-demo-apps/README.md

@@ -32,7 +32,7 @@ To run Llama2 in Google Colab using [llama-cpp-python](https://github.com/abetle
 This demo app shows how to use LangChain and Llama2 to let users ask questions about **structured** data stored in a SQL DB. As the 2023-24 NBA season is around the corner, we use the NBA roster info saved in a SQLite DB to show you how to ask Llama2 questions about your favorite teams or players.
 
 ## [VideoSummary](VideoSummary.ipynb): 
-This quick demo app uses Llama2 to return a text summary of a YouTube video.
+This demo app uses Llama2 to return a text summary of a YouTube video content. It shows how to retrieve the caption in a YouTube video and how to ask Llama to summarize the content in four different ways, from the naive way that works for short text to more advanced way of using LangChain's map_reduce and refine methods to bypass the limit of Llama's max input token size.
 
 ## [BreakingNews](LiveSearch.ipynb): Ask Llama2 about Live Data
 This demo app shows how to perform live data augmented generation tasks with Llama2 and [LlamaIndex](https://github.com/run-llama/llama_index), another leading open-source framework for building LLM apps: it uses the [You.com serarch API](https://documentation.you.com/quickstart) to get breaking news and ask Llama2 about them.

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 599 - 0
llama-demo-apps/VideoSummary.ipynb