Spaces:
Sleeping
Sleeping
test
Browse files
test.txt
CHANGED
@@ -21,6 +21,7 @@ if __name__ == "__main__":
|
|
21 |
model, tokenizer = load_model()
|
22 |
gr.ChatInterface(chat,
|
23 |
title="Baichuan2_7B 对话",
|
24 |
-
description="Baichuan 2
|
25 |
-
examples=['
|
26 |
).queue().launch(debug=True) 1
|
|
|
|
21 |
model, tokenizer = load_model()
|
22 |
gr.ChatInterface(chat,
|
23 |
title="Baichuan2_7B 对话",
|
24 |
+
description="Baichuan 2 是百川智能推出的新一代开源大语言模型,采�?2.6 万亿 Tokens 的高质量语料训练,欢迎体验baichuan2_chat_7B模型�?,
|
25 |
+
examples=['解释一下“温故而知�?, '请制定一份杭州一日游计划']
|
26 |
).queue().launch(debug=True) 1
|
27 |
+
1111
|