Skip to content

Commit 87b95d5

Browse files
committed
test demo_llm_webkit_with_preprocessed_html_evaluation()
2 parents a0f4d63 + 0784253 commit 87b95d5

2 files changed

Lines changed: 583 additions & 143 deletions

File tree

examples/basic_usage.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def demo_multi_extraction():
804804
# 配置文件路径
805805
data_dir = Path("../data")
806806
# dataset_path = data_dir / "sample_dataset.jsonl"
807-
dataset_path = "/home/lulindong/Pycharm_projects/cc/test_10.jsonl"
807+
dataset_path = "/home/lulindong/Pycharm_projects/cc/WebMainBench_llm-webkit_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl"
808808

809809
print(f"📂 数据集文件: {dataset_path}")
810810

@@ -1207,10 +1207,10 @@ def forward(self, x):
12071207
try:
12081208
# demo_basic_mock_evaluation()
12091209
# demo_llm_webkit_evaluation() # 使用LLM-WebKit评测示例
1210-
demo_llm_webkit_with_preprocessed_html_evaluation()
1210+
# demo_llm_webkit_with_preprocessed_html_evaluation()
12111211
# demo_extractor_comparison()
12121212
# demo_dataset_with_extraction() # 演示保存带有抽取内容的数据集
1213-
# demo_multi_extraction() # 演示多个抽取器同时评测
1213+
demo_multi_extraction() # 演示多个抽取器同时评测
12141214
# demo_lld_workers_extraction()
12151215
print("\n✅ 示例运行完成!")
12161216

0 commit comments

Comments
 (0)