legolasyiu commited on
Commit
1e972bf
·
verified ·
1 Parent(s): 55e14d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -37,6 +37,20 @@ Starting with `transformers >= 4.43.0` onward, you can run conversational infere
37
 
38
  Make sure to update your transformers installation via `pip install --upgrade transformers`.
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  ```python
42
  import torch
 
37
 
38
  Make sure to update your transformers installation via `pip install --upgrade transformers`.
39
 
40
+ provided:
41
+
42
+ Use system prompt
43
+ ```bash
44
+ SYSTEM_PROMPT = """
45
+ Respond in the following format:
46
+ <reasoning>
47
+ ...
48
+ </reasoning>
49
+ <answer>
50
+ ...
51
+ </answer>
52
+ """
53
+ ```
54
 
55
  ```python
56
  import torch