Skip to content

Commit 3441b12

Browse files
committed
no
1 parent 9a269cc commit 3441b12

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/multi_extractor_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def all_extractor_comparison():
88
print("\n=== 多抽取器对比演示 ===\n")
99

1010
# 创建数据集
11-
dataset_path = Path("/home/lulindong/Pycharm_projects/cc/1827_split_jsonl/1-200.jsonl")
11+
dataset_path = Path("/home/lulindong/Pycharm_projects/cc/7887/1-200+245_formula.jsonl")
1212
dataset = DataLoader.load_jsonl(dataset_path)
1313

1414
# 创建webkit抽取器

scripts/statics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,9 +1067,9 @@ def main():
10671067
# data/sample_dataset.jsonl
10681068
# data/WebMainBench_1827_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl
10691069
parser.add_argument("input_file", nargs='?',
1070-
default="data/WebMainBench_1827_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl",
1070+
default="/home/lulindong/Pycharm_projects/cc/WebMainBench_test_WebMainBench_7887_language_output_with_stats.jsonl",
10711071
help="输入JSONL文件路径")
1072-
parser.add_argument("--output", default="data/sample_dataset_with_stats.jsonl", type=str, help="输出文件路径")
1072+
parser.add_argument("--output", default="/home/lulindong/Pycharm_projects/cc/7887_meta.jsonl", type=str, help="输出文件路径")
10731073

10741074
args = parser.parse_args()
10751075

0 commit comments

Comments
 (0)