Isotonic commited on
Commit
e6f8bd1
1 Parent(s): 36fe3f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -26,6 +26,15 @@ AdaptLLM-4x7B-MoE is a Mixure of Experts (MoE) made with the following models us
26
  * [AdaptLLM/law-chat](https://huggingface.co/AdaptLLM/law-chat)
27
 
28
  ## 💻 Usage
 
 
 
 
 
 
 
 
 
29
 
30
  ```python
31
  !pip install -qU transformers bitsandbytes accelerate
 
26
  * [AdaptLLM/law-chat](https://huggingface.co/AdaptLLM/law-chat)
27
 
28
  ## 💻 Usage
29
+ ```python
30
+ Prompt Template:
31
+
32
+ <s>[INST] <<SYS>>
33
+ {{ system_prompt }}
34
+ <</SYS>>
35
+
36
+ {{ user_message }} [/INST]
37
+ ```
38
 
39
  ```python
40
  !pip install -qU transformers bitsandbytes accelerate