Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -83,7 +83,7 @@ class ModelServe:
|
|
83 |
load_8bit: bool = True,
|
84 |
model_type: str = "llama",
|
85 |
base_model: str = "linhvu/decapoda-research-llama-7b-hf",
|
86 |
-
finetuned_weights: str = "
|
87 |
):
|
88 |
args = locals()
|
89 |
namedtupler = namedtuple("args", tuple(list(args.keys())))
|
|
|
83 |
load_8bit: bool = True,
|
84 |
model_type: str = "llama",
|
85 |
base_model: str = "linhvu/decapoda-research-llama-7b-hf",
|
86 |
+
finetuned_weights: str = "llama-7b-hf_alpaca-en-zh",
|
87 |
):
|
88 |
args = locals()
|
89 |
namedtupler = namedtuple("args", tuple(list(args.keys())))
|