Pankaj Mathur commited on
Commit
6b562e9
1 Parent(s): 79afbc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -83,7 +83,22 @@ Here are some of params used during training:
83
 
84
  # Example Usage
85
 
86
- Below shows an example on how to use this model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  ```python
89
  import torch
 
83
 
84
  # Example Usage
85
 
86
+ Here is prompt format for [Oobabooga Text generation UI ](https://github.com/oobabooga/text-generation-webui)
87
+
88
+ ```
89
+ ### System:
90
+ {system}
91
+
92
+ ### User:
93
+ {instruction}
94
+
95
+ ### Input:
96
+ {input}
97
+
98
+ ### Response:
99
+ ```
100
+
101
+ Below shows a code example on how to use this model
102
 
103
  ```python
104
  import torch