Skip to content

Commit 4621d5e

Browse files
committed
no
1 parent 8c0ebc8 commit 4621d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ def demo_llm_webkit_with_preprocessed_html_evaluation():
957957
print("1. 从真实数据集加载预处理HTML数据...")
958958

959959
# 使用DataLoader加载真实的样本数据
960-
dataset_path = Path("/home/lulindong/Pycharm_projects/cc/WebMainBench_1848_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl")
960+
dataset_path = Path("/home/lulindong/Pycharm_projects/cc/WebMainBench_1949_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl")
961961
print(f"📂 数据集文件: {dataset_path}")
962962

963963
if not dataset_path.exists():

0 commit comments

Comments
 (0)