Illia56 commited on
Commit
ef5afd7
1 Parent(s): 911c5ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -4,8 +4,13 @@ from gradio_client import Client
4
  # Constants
5
  TITLE = "Llama2 70B Chatbot"
6
  DESCRIPTION = """
7
- This Space demonstrates model [Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) by Meta,
8
- a Llama 2 model with 70B parameters fine-tuned for chat instructions.
 
 
 
 
 
9
  """
10
 
11
  # Initialize client
 
4
  # Constants
5
  TITLE = "Llama2 70B Chatbot"
6
  DESCRIPTION = """
7
+ 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.
8
+ | Model | Llama2 | Llama2-hf | Llama2-chat | Llama2-chat-hf |
9
+ |---|---|---|---|---|
10
+ | 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) |
11
+ | 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) |
12
+ | 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) |
13
+
14
  """
15
 
16
  # Initialize client