Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,12 @@ from gradio_client import Client
|
|
7 |
title = "Llama2 70B Chatbot"
|
8 |
description = """
|
9 |
This Space demonstrates model [Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) by Meta, a Llama 2 model with 70B parameters fine-tuned for chat instructions.
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"""
|
11 |
css = """.toast-wrap { display: none !important } """
|
12 |
examples=[
|
|
|
7 |
title = "Llama2 70B Chatbot"
|
8 |
description = """
|
9 |
This Space demonstrates model [Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) by Meta, a Llama 2 model with 70B parameters fine-tuned for chat instructions.
|
10 |
+
| Model | Llama2 | Llama2-hf | Llama2-chat | Llama2-chat-hf |
|
11 |
+
|---|---|---|---|---|
|
12 |
+
| 7B | [Link](https://huggingface.co/meta-llama/Llama-2-7b) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-hf) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-chat) | [Link](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) |
|
13 |
+
| 13B | [Link](https://huggingface.co/meta-llama/Llama-2-13b) | [Link](https://huggingface.co/meta-llama/Llama-2-13b-hf) | [Link](https://huggingface.co/meta-llama/Llama-2-13b-chat) | [Link](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf) |
|
14 |
+
| 70B | [Link](https://huggingface.co/meta-llama/Llama-2-70b) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-hf) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-chat) | [Link](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) |
|
15 |
+
|
16 |
"""
|
17 |
css = """.toast-wrap { display: none !important } """
|
18 |
examples=[
|