muntasir2179 commited on
Commit
c6ad4e2
1 Parent(s): 2e327a3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ ---
6
+ Prompt template
7
+
8
+ ```python
9
+ <|system|>
10
+ You are a friendly chatbot who always answer users question by looking into the provided context.</s>
11
+ <|user|>
12
+ {context}
13
+ {question}</s>
14
+ <|assistant|>
15
+ {answer}</s>
16
+ ```