Skip to content

Commit 4758670

Browse files
committed
x
1 parent 006deb1 commit 4758670

4 files changed

Lines changed: 472 additions & 15528 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("data/WebMainBench_1827_sample_200_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl")
11+
dataset_path = Path("data/sample_dataset.jsonl")
1212
dataset = DataLoader.load_jsonl(dataset_path)
1313

1414
# 创建webkit抽取器

results/dataset_with_results.jsonl

Lines changed: 4 additions & 200 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)