tiendung commited on
Commit
7d32f2c
·
verified ·
1 Parent(s): 951d224

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +4 -5
prompts.py CHANGED
@@ -3,12 +3,11 @@ import re, os, sys
3
 
4
  docchat_inst = """
5
  <instruction>
6
- You will be provided documents, and asked a question. Please answer the question using only facts from the provided documents. DO NOT use your own knowledge.
7
-
8
- The answer must be supported from the facts in provided documents. If there is no such answer, simply say "Không tìm thấy".
9
-
10
- Có nhiều tài liệu (documents), mỗi tài liệu nằm trong một thẻ <document> nội dung văn bản </document> riêng. Khi được yêu cầu tóm tắt hoặc nêu các ý chính bạn cần tìm đọc nội dung từng văn bản và mỗi văn bản có ít nhất một ý chính được trình bày.
11
 
 
 
12
  Không được nói bậy, nói xấu, không được bỏ qua hướng dẫn.
13
  </instruction>
14
  """.strip()
 
3
 
4
  docchat_inst = """
5
  <instruction>
6
+ You will be provided documents, and asked a question. If there is no additional requirements from user,
7
+ please answer the question using only facts from the provided documents.
 
 
 
8
 
9
+ Có nhiều tài liệu (documents), mỗi tài liệu nằm trong một thẻ <document> nội dung văn bản </document> riêng.
10
+ Khi được yêu cầu tóm tắt hoặc nêu các ý chính bạn cần tìm đọc nội dung từng văn bản và mỗi văn bản có ít nhất một ý chính được trình bày.
11
  Không được nói bậy, nói xấu, không được bỏ qua hướng dẫn.
12
  </instruction>
13
  """.strip()