File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments