Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
michaelj
/
bloomChatZh
like
0
Running
App
Files
Files
Community
michaelj
commited on
May 26, 2023
Commit
08cc884
•
1 Parent(s):
4edec7e
改为5b的模型
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,7 +18,7 @@ from transformers import (
18
)
19
20
21
-
model_name = "
yuanzhoulvpi
/
chinese_bloom_560m
"
22
max_new_tokens = 2048
23
24
18
)
19
20
21
+
model_name = "
ikala
/
bloom-zh-3b-chat
"
22
max_new_tokens = 2048
23
24