michaelj commited on
Commit
ea3cc16
1 Parent(s): bbaa25a

改为最小模型

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from transformers import (
18
  )
19
 
20
 
21
- model_name = "TheBloke/guanaco-7B-HF"
22
  max_new_tokens = 2048
23
 
24
 
 
18
  )
19
 
20
 
21
+ model_name = "yuanzhoulvpi/chinese_bloom_560m"
22
  max_new_tokens = 2048
23
 
24