We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0ebc8 commit 4621d5eCopy full SHA for 4621d5e
1 file changed
examples/basic_usage.py
@@ -957,7 +957,7 @@ def demo_llm_webkit_with_preprocessed_html_evaluation():
957
print("1. 从真实数据集加载预处理HTML数据...")
958
959
# 使用DataLoader加载真实的样本数据
960
- dataset_path = Path("/home/lulindong/Pycharm_projects/cc/WebMainBench_1848_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl")
+ dataset_path = Path("/home/lulindong/Pycharm_projects/cc/WebMainBench_1949_v1_WebMainBench_dataset_merge_with_llm_webkit.jsonl")
961
print(f"📂 数据集文件: {dataset_path}")
962
963
if not dataset_path.exists():
0 commit comments