Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michaelj
/
bloomChatZh
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
michaelj
commited on
May 25, 2023
Commit
4d642c4
·
1 Parent(s):
f9883f5
更改为7b
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 = "
sambanovasystems
/
BLOOMChat-176B-v1
"
22
max_new_tokens = 2048
23
24
18
)
19
20
21
+
model_name = "
yuanzhoulvpi
/
chinese_bloom_7b_chat
"
22
max_new_tokens = 2048
23
24