reworded header
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def llama_generation(input_text: str,
|
|
36 |
|
37 |
# Header prompt
|
38 |
header = '''A conversation between a curious human and an AI assistant called Amphisbeana.
|
39 |
-
The assistant helps the user by giving accurate
|
40 |
|
41 |
input_ids = llama_tokenizer.encode(header + input_text,
|
42 |
return_tensors='pt').to('cuda')
|
|
|
36 |
|
37 |
# Header prompt
|
38 |
header = '''A conversation between a curious human and an AI assistant called Amphisbeana.
|
39 |
+
The assistant helps the user by giving accurate and complete responses, it is free to make suggestions.\n\n'''
|
40 |
|
41 |
input_ids = llama_tokenizer.encode(header + input_text,
|
42 |
return_tensors='pt').to('cuda')
|