NeMo
PyTorch
English
Hindi
nemotron
ravirajoshi commited on
Commit
b2efad2
1 Parent(s): 6bdbc3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -50,6 +50,27 @@ We recommend using the following prompt template, which was used to fine-tune th
50
  {prompt}
51
  <extra_id_1>Assistant\n
52
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  Note that a newline character \n should be added at the end of the prompt.
54
  We recommend using \<extra_id_1\> as a stop token.
55
 
 
50
  {prompt}
51
  <extra_id_1>Assistant\n
52
  ```
53
+
54
+ **Multi Turn**
55
+
56
+ ```
57
+ <extra_id_0>System
58
+ {system prompt}
59
+
60
+ <extra_id_1>User
61
+ {prompt 1}
62
+ <extra_id_1>Assistant
63
+ {response 1}
64
+ <extra_id_1>User
65
+ {prompt 2}
66
+ <extra_id_1>Assistant
67
+ {response 2}
68
+ ...
69
+ <extra_id_1>User
70
+ {prompt N}
71
+ <extra_id_1>Assistant\n
72
+ ```
73
+
74
  Note that a newline character \n should be added at the end of the prompt.
75
  We recommend using \<extra_id_1\> as a stop token.
76