From a90f86e6e20005f59234d24e06e57a0fe4b6ed96 Mon Sep 17 00:00:00 2001 From: hshen14 Date: Thu, 21 Mar 2024 14:53:21 +0800 Subject: [PATCH] Refine the readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5745a9936..1a5b87eed 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This project provides a collective list of Generative AI (GenAI) examples such a ## GenAI Examples All the examples are well-validated on Intel platforms withe below features: -* Easy to use. Use ecosystem-compliant APIs to build the end-to-end GenAI examples. +* Easy to use. Use ecosystem-compliant APIs to build the end-to-end GenAI examples -* Easy to customize. Customize the example using different framework, LLM, embedding, serving. +* Easy to customize. Customize the example using different framework, LLM, embedding, serving -* Easy to deploy. Deploy the GenAI examples with performance on Intel platforms. +* Easy to deploy. Deploy the GenAI examples with performance on Intel platforms ### ChatQnA [ChatQnA](./ChatQnA/README.md) is an example of chatbot for question and answering through retrieval argumented generation (RAG). @@ -75,14 +75,14 @@ All the examples are well-validated on Intel platforms withe below features: Deepseek-Coder-33B TGI-Habana Gaudi2 - Chatbot + Copilot ### DocSum -[DocSum](./DocSum/README.md) is an example of chatbot for summarizing the content of your documents or reports. +[DocSum](./DocSum/README.md) is an example of chatbot for summarizing the content of documents or reports. @@ -111,7 +111,7 @@ All the examples are well-validated on Intel platforms withe below features:
### VisualQnA -[VisualQnA](./VisualQnA/README.md) is an example of chatbot for question and answering based on images. +[VisualQnA](./VisualQnA/README.md) is an example of chatbot for question and answering based on the images.