Spaces:
Runtime error
Runtime error
update
Browse files
main.py
CHANGED
@@ -18,8 +18,7 @@ def get_args():
|
|
18 |
parser.add_argument("--valid_subset", default="valid.jsonl", type=str)
|
19 |
parser.add_argument(
|
20 |
"--pretrained_model_name_or_path",
|
21 |
-
|
22 |
-
default=(project_path / "trained_models/firefly_chatglm2_6b_intent").as_posix(),
|
23 |
type=str
|
24 |
)
|
25 |
parser.add_argument("--output_file", default="result.xlsx", type=str)
|
|
|
18 |
parser.add_argument("--valid_subset", default="valid.jsonl", type=str)
|
19 |
parser.add_argument(
|
20 |
"--pretrained_model_name_or_path",
|
21 |
+
default=(project_path / "trained_models/qwen_7b_chinese_modern_poetry").as_posix(),
|
|
|
22 |
type=str
|
23 |
)
|
24 |
parser.add_argument("--output_file", default="result.xlsx", type=str)
|