Refine the readme

This commit is contained in:
hshen14
2024-03-21 14:53:21 +08:00
parent 2b9a3a3d46
commit a90f86e6e2

View File

@@ -7,11 +7,11 @@ This project provides a collective list of Generative AI (GenAI) examples such a
## GenAI Examples ## GenAI Examples
All the examples are well-validated on Intel platforms withe below features: All the examples are well-validated on Intel platforms withe below features:
* <b>Easy to use</b>. Use ecosystem-compliant APIs to build the end-to-end GenAI examples. * <b>Easy to use</b>. Use ecosystem-compliant APIs to build the end-to-end GenAI examples
* <b>Easy to customize</b>. Customize the example using different framework, LLM, embedding, serving. * <b>Easy to customize</b>. Customize the example using different framework, LLM, embedding, serving
* <b>Easy to deploy</b>. Deploy the GenAI examples with performance on Intel platforms. * <b>Easy to deploy</b>. Deploy the GenAI examples with performance on Intel platforms
### ChatQnA ### ChatQnA
[ChatQnA](./ChatQnA/README.md) is an example of chatbot for question and answering through retrieval argumented generation (RAG). [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:
<td><a href="https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct">Deepseek-Coder-33B</a></td> <td><a href="https://huggingface.co/deepseek-ai/deepseek-coder-33b-instruct">Deepseek-Coder-33B</a></td>
<td><a href="https://github.com/huggingface/tgi-gaudi">TGI-Habana</a></td> <td><a href="https://github.com/huggingface/tgi-gaudi">TGI-Habana</a></td>
<td>Gaudi2</td> <td>Gaudi2</td>
<td>Chatbot</td> <td>Copilot</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
### DocSum ### 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.
<table> <table>
<tbody> <tbody>
@@ -111,7 +111,7 @@ All the examples are well-validated on Intel platforms withe below features:
</table> </table>
### VisualQnA ### 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.
<table> <table>
<tbody> <tbody>