Norod78 commited on
Commit
68c2400
1 Parent(s): 1e5f237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ 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 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 = """
 
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: Use this model for only for completing sentences.
29
+ ## 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 complete your text based on the last given prompt only.
30
  """
31
 
32
  LICENSE = """