Kanan Hooper commited on
Commit
67c04f8
·
1 Parent(s): 7c6413e

feat: clean up the intro text

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -21,9 +21,11 @@ MAX_INPUT_TOKEN_LENGTH = 4000
21
  DESCRIPTION = """
22
  # Daytona Beach Ambassador
23
 
24
- This Space demonstrates model[Llama-2-13b-chat, loaded with minimal information about Daytona Beach, Florida.
25
 
26
- It will attempt to answer questions about Daytona Beach, and also encourage you to visit!
 
 
27
  """
28
 
29
  LICENSE = """
 
21
  DESCRIPTION = """
22
  # Daytona Beach Ambassador
23
 
24
+ This Space demonstrates a [long prompt](https://huggingface.co/spaces/kananj/Daytona-Beach-Ambassador/blob/main/daytona.py) running on the base model [Llama-2-13b-chat](https://huggingface.co/meta-llama/Llama-2-13b-chat).
25
 
26
+ The prompt instructs the AI to be "helpful, respectful and honest ambassador for Daytona Beach Florida". The prompt then loads in the [Wikipedia page for Daytona Beach, Florida](https://en.wikipedia.org/wiki/Daytona_Beach,_Florida), slight shortened so it can fit into the token limit.
27
+
28
+ It will attempt to answer questions about Daytona Beach, while also encouraging you to visit!
29
  """
30
 
31
  LICENSE = """