Move ui directory of Language Translation example and add it in README (#107)

* Move ui to LanguageTranslation and add it in README

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
This commit is contained in:
lvliang-intel
2024-05-06 08:58:54 +08:00
committed by GitHub
parent 75949aaf55
commit 91d9180520
23 changed files with 23 additions and 0 deletions

View File

@@ -154,6 +154,29 @@ All the examples are well-validated on Intel platforms. In addition, these examp
</tbody>
</table>
### Language Translation
[Language Translation](./Translation/README.md) is an example of chatbot for converting a source-language text to an equivalent target-language text.
<table>
<tbody>
<tr>
<td>Framework</td>
<td>LLM</td>
<td>Serving</td>
<td>HW</td>
<td>Description</td>
</tr>
<tr>
<td><a href="https://www.langchain.com">LangChain</a></td>
<td><a href="https://huggingface.co/haoranxu/ALMA-13B">haoranxu/ALMA-13B</a></td>
<td><a href="https://github.com/huggingface/tgi-gaudi">TGI-Habana</a></td>
<td>Gaudi2</td>
<td>Language Translation</td>
</tr>
</tbody>
</table>
### SearchQnA
[SearchQnA](./SearchQnA/README.md) is an example of chatbot for using search engine to enhance QA quality.

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB