Update app.py
Browse files
app.py
CHANGED
@@ -69,9 +69,10 @@ demo = gr.ChatInterface(
|
|
69 |
title="AtlasChat-mini",
|
70 |
description="""\
|
71 |
# AtlasChat-mini 2B
|
72 |
-
This is a demo of [`MBZUAI-Paris/Atlas-Chat-2B`](https://huggingface.co/mbzuai-paris/atlas-chat-2b).
|
73 |
-
|
74 |
Looking for a larger and more powerful version? Try the 9B version in [Hugging Face](https://huggingface.co/mbzuai-paris/atlas-chat-9b).
|
|
|
75 |
This demo was done using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) library for efficient inference and is running the [`mradermacher/Atlas-Chat-2B-GGUF`](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF) version with 8-bit Q8_0 quantization.
|
76 |
""",
|
77 |
examples=[
|
|
|
69 |
title="AtlasChat-mini",
|
70 |
description="""\
|
71 |
# AtlasChat-mini 2B
|
72 |
+
This is a demo of [`MBZUAI-Paris/Atlas-Chat-2B`](https://huggingface.co/mbzuai-paris/atlas-chat-2b). For more details, please check [our paper](https://arxiv.org/pdf/2409.17912).
|
73 |
+
|
74 |
Looking for a larger and more powerful version? Try the 9B version in [Hugging Face](https://huggingface.co/mbzuai-paris/atlas-chat-9b).
|
75 |
+
|
76 |
This demo was done using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) library for efficient inference and is running the [`mradermacher/Atlas-Chat-2B-GGUF`](https://huggingface.co/mradermacher/Atlas-Chat-2B-GGUF) version with 8-bit Q8_0 quantization.
|
77 |
""",
|
78 |
examples=[
|