Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def main():
|
|
128 |
"MOSS550V/divination", trust_remote_code=True)
|
129 |
|
130 |
config.pre_seq_len = 128
|
131 |
-
config.prefix_projection =
|
132 |
|
133 |
ptuning_checkpoint = "MOSS550V/divination"
|
134 |
|
|
|
128 |
"MOSS550V/divination", trust_remote_code=True)
|
129 |
|
130 |
config.pre_seq_len = 128
|
131 |
+
config.prefix_projection = False
|
132 |
|
133 |
ptuning_checkpoint = "MOSS550V/divination"
|
134 |
|