dreamerdeo
commited on
Commit
•
982ac8b
1
Parent(s):
0335fff
Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,10 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
92 |
)
|
93 |
|
94 |
tokenizer = AutoTokenizer.from_pretrained('sail/Sailor-14B-Chat')
|
95 |
-
system_prompt=
|
|
|
|
|
|
|
96 |
|
97 |
prompt = "Beri saya pengenalan singkat tentang model bahasa besar."
|
98 |
# prompt = "Hãy cho tôi một giới thiệu ngắn gọn về mô hình ngôn ngữ lớn."
|
|
|
92 |
)
|
93 |
|
94 |
tokenizer = AutoTokenizer.from_pretrained('sail/Sailor-14B-Chat')
|
95 |
+
system_prompt= \
|
96 |
+
'You are an AI assistant named Sailor created by Sea AI Lab. \
|
97 |
+
As an AI assistant, you need to answer a series of questions next, which may include languages such as English, Chinese, Thai, Vietnamese, Indonesian, Malay, and so on. \
|
98 |
+
Your answer should be friendly, unbiased, faithful, informative and detailed.'
|
99 |
|
100 |
prompt = "Beri saya pengenalan singkat tentang model bahasa besar."
|
101 |
# prompt = "Hãy cho tôi một giới thiệu ngắn gọn về mô hình ngôn ngữ lớn."
|