[doc] Update README.md (#633)

fix the sentence for more general hardware
This commit is contained in:
Ying Hu
2024-08-20 15:22:53 +08:00
committed by GitHub
parent ba78b4c994
commit c73e4e0f26

View File

@@ -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: