Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,7 @@ You might also be interested in checking out Apple's [CoreNet Github page](https
|
|
25 |
If you duplicate this space, make sure you have access to [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
26 |
because this model uses it as a tokenizer.
|
27 |
|
28 |
-
Note: While the user interface is of a chatbot for convenience, this model is the
|
29 |
-
model and is not fine-tuned for chatbot tasks or instruction following tasks. As such,
|
30 |
-
the model is not provided a chat history and will generate text based on the last given prompt.
|
31 |
"""
|
32 |
|
33 |
LICENSE = """
|
|
|
25 |
If you duplicate this space, make sure you have access to [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
26 |
because this model uses it as a tokenizer.
|
27 |
|
28 |
+
# Note: While the user interface is of a chatbot for convenience, this is a base model and is not fine-tuned for chatbot tasks or instruction following tasks. As such, the model is not provided a chat history and will generate text based on the last given prompt.
|
|
|
|
|
29 |
"""
|
30 |
|
31 |
LICENSE = """
|