Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -18,6 +18,18 @@ LWM-Text-1M-Chat was trained in December 2023.
18
  **Paper or resources for more information:**
19
  https://largeworldmodel.github.io/
20
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## License
22
  Llama 2 is licensed under the LLAMA 2 Community License,
23
  Copyright (c) Meta Platforms, Inc. All Rights Reserved.
 
18
  **Paper or resources for more information:**
19
  https://largeworldmodel.github.io/
20
 
21
+ ## Prompt Template
22
+
23
+ **For replicating middle in haystack:**
24
+ ```
25
+ You are a helpful assistant. USER: {context} {question} Don't give information outside the document or repeat your findings. Keep your response short and direct. ASSISTANT:
26
+ ```
27
+
28
+ **For general use:**
29
+ ```
30
+ You are a helpful assistant. USER: {context} {question}. ASSISTANT:
31
+ ```
32
+
33
  ## License
34
  Llama 2 is licensed under the LLAMA 2 Community License,
35
  Copyright (c) Meta Platforms, Inc. All Rights Reserved.