Keep raw_outputs .jsonl in git for cloud-side result storage
This commit is contained in:
parent
136fc80a38
commit
fd03460e19
11
.gitignore
vendored
11
.gitignore
vendored
@ -26,19 +26,14 @@ logs/
|
||||
# 数据集(可重新下载)
|
||||
datasets/
|
||||
|
||||
# 原始请求级输出(方案 A:极简版,不存原始 jsonl)
|
||||
bench_results/**/raw_outputs/
|
||||
# 原始请求级输出(.jsonl)需要提交入库,用作测得数据的云端存储,
|
||||
# 因此这里不再忽略 raw_outputs/ 目录。
|
||||
|
||||
# 实验级原始结果目录:保留 report.md / results.json,忽略原始 jsonl 和日志
|
||||
# 兼容两种结构:results/<run_id>/raw_outputs/ 和 results/<run_id>/<backend>/raw_outputs/
|
||||
experiments/*/results/*/raw_outputs/
|
||||
# 实验级原始结果目录:保留 report.md / results.json / raw_outputs,忽略日志
|
||||
experiments/*/results/*/logs/
|
||||
experiments/*/results/*/*/raw_outputs/
|
||||
experiments/*/results/*/*/logs/
|
||||
experiments/*/results/*/*.tsv
|
||||
experiments/*/results/*/*/*.tsv
|
||||
# 平台子目录布局(experiments/<platform>/<name>/results/...)下的 raw_outputs
|
||||
raw_outputs/
|
||||
|
||||
# 运行时目录(pid 文件、缓存、临时文件)
|
||||
experiments/*/runtime/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user