Skip to content

Commit

Permalink
[doc] Update README.md (#633)
Browse files Browse the repository at this point in the history
fix the sentence for more general hardware
  • Loading branch information
yinghu5 committed Aug 20, 2024
1 parent ba78b4c commit c73e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocSum/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Document Summarization Application

Large Language Models (LLMs) have revolutionized the way we interact with text. These models can be used to create summaries of news articles, research papers, technical documents, legal documents and other types of text. Suppose you have a set of documents (PDFs, Notion pages, customer questions, etc.) and you want to summarize the content. In this example use case, we utilize LangChain to implement summarization strategies and facilitate LLM inference using Text Generation Inference on Intel Xeon and Gaudi2 processors.
Large Language Models (LLMs) have revolutionized the way we interact with text. These models can be used to create summaries of news articles, research papers, technical documents, legal documents and other types of text. Suppose you have a set of documents (PDFs, Notion pages, customer questions, etc.) and you want to summarize the content. In this example use case, we utilize LangChain to implement summarization strategies and facilitate LLM inference using Text Generation Inference.

The architecture for document summarization will be illustrated/described below:

Expand Down

0 comments on commit c73e4e0

Please sign in to comment.