Documentation Index
Fetch the complete documentation index at: https://docs.bubench.lexmount.io/llms.txt
Use this file to discover all available pages before exploring further.
browseruse_bench.utils.config_loader
配置文件加载工具。导入
load_config_file
加载 YAML 配置文件。配置文件路径
配置字典(文件不存在时返回空字典)
如果未安装
pyyaml,会使用内置的简化 YAML 解析器(仅支持基础的 key-value)。resolve_benchmark_config
获取 Benchmark 配置。主配置字典
Benchmark 名称
对应 benchmark 的配置字典
使用示例
load_data_info
加载 benchmark 的data_info.json。
Benchmark 目录路径
data_info.json 内容(文件不存在时返回空字典)get_default_split
获取默认 split。data_info 中的 default_split;否则优先选择 All,再退回到第一个 split key。
data_info.json 内容默认 split 名称,无法确定时返回 None