eval_results
收藏资源简介:
SakThai Eval Results 是一个存储 SakThai 模型家族评估结果、健康检查报告和基准运行日志的数据集。该数据集由 SakThai 的自动化 cron 工作流(基准测试、健康检查、推理探针)生成,作为 House of Sak 的操作审计追踪。所有结果文件均为机器可读的 YAML(.yaml)格式,而非表格格式(如 JSONL、Parquet、CSV),因此 Hub 数据集服务器不支持预览、查看器、搜索、过滤或统计功能。数据集包含 61 个 YAML 报告文件,总计约 63 个文件条目(含 .eval_results/ 目录、.gitattributes 和 README.md)。每个 YAML 文件遵循一致的字段结构:timestamp(ISO 8601 时间戳)、model(模型标识符,如 Nanthasit/sakthai-context-1.5b-tools)、check_type(检查类型:health、benchmark 或 inference)、status(状态:pass、fail 或 partial)、results(检查特定结果,包括分数、指标、错误计数)、duration_s(耗时秒数)和 errors(错误详情数组,仅当状态不是 pass 时存在)。数据集无分割,不定义 load_dataset() 配置。使用时应通过 huggingface_hub 的 hf_hub_download 函数下载单个 YAML 文件,并用 yaml.safe_load() 解析。数据集许可证为 MIT,语言为英语,最后更新于 2026-08-01。
SakThai Eval Results is a dataset that stores evaluation results, health check reports, and benchmark run logs for the SakThai model family. It is generated by SakThais automated cron workflows (benchmarking, health checks, inference probes) and serves as an operational audit trail for House of Sak. All result files are in machine-readable YAML (.yaml) format, not in tabular formats (such as JSONL, Parquet, CSV), so the Hub dataset server does not support preview, viewer, search, filtering, or statistics. The dataset contains 61 YAML report files, totaling about 63 file entries (including .eval_results/ directory, .gitattributes, and README.md). Each YAML file follows a consistent field structure: timestamp (ISO 8601 timestamp), model (model identifier, e.g., Nanthasit/sakthai-context-1.5b-tools), check_type (check type: health, benchmark, or inference), status (status: pass, fail, or partial), results (check-specific results including scores, metrics, error counts), duration_s (duration in seconds), and errors (array of error details, present only when status is not pass). The dataset has no splits and does not define a load_dataset() configuration. To use, download individual YAML files via the huggingface_hubs hf_hub_download function and parse with yaml.safe_load(). The dataset is licensed under MIT, language is English, and last updated on 2026-08-01.
数据集概述
SakThai Eval Results 是一个用于存储 SakThai 模型家族评估结果、健康检查报告和基准测试运行日志的数据集,由 Nanthasit 创建,属于 House of Sak 项目的一部分。该数据集为 MIT 许可,语言为英文,持续自动更新(最后验证日期为 2026-08-01)。
核心特性
- 非表格型数据集:所有结果文件均为 YAML 格式(.yaml),而非 JSONL/Parquet/CSV。因此 Hugging Face 数据集查看器不支持预览,
load_dataset()无法使用,需通过yaml.safe_load()读取。 - 状态:活跃,由自动化 cron 工作流自动更新。
- 规模:包含 61 个 YAML 报告文件,文件树总计 63 个条目(含
.eval_results/、.gitattributes、README.md)。 - 创建时间:2026-07-30,最后更新:2026-08-01。
数据字段
每个 YAML 文件遵循统一结构:
| 字段 | 类型 | 描述 |
|---|---|---|
timestamp |
string | ISO 8601 运行时间戳 |
model |
string | 模型标识符(如 Nanthasit/sakthai-context-1.5b-tools) |
check_type |
string | health、benchmark 或 inference |
status |
string | pass、fail 或 partial |
results |
object | 检查特定结果(分数、指标、错误计数) |
duration_s |
number | 运行耗时(秒) |
errors |
array | 非 pass 状态时的错误详情 |
数据集划分
无数据划分(splits),为扁平 YAML 报告文件集合,未定义 load_dataset() 配置。
基准测试结果(sakthai-bench-v2,500 样本)
以下为各模型在 2026-08-01 的评估结果(严格模式总体分数):
| 模型 | 总体 (严格) | 选择 | 参数 |
|---|---|---|---|
| sakthai-context-0.5b-merged | 40.74 | 40.74 | 59.91 |
| sakthai-context-1.5b-merged | 43.79 | 43.79 | 44.66 |
| sakthai-context-7b-merged | 38.78 | 38.78 | 45.53 |
| sakthai-plus-1.5b | 39.65 | 39.65 | 61.66 |
类别细分(严格分数):
- irrelevance_no_tools:所有模型均为 100.00
- irrelevance_tools:0.5b 为 41.33,1.5b 为 97.33,7b 为 79.33,plus-1.5b 为 32.67
- parallel:0.5b 为 35.77,1.5b 为 0.00,7b 为 0.00,plus-1.5b 为 43.80
- simple:0.5b 为 21.31,1.5b 为 4.10,7b 为 7.38,plus-1.5b 为 18.85
- held_out:0.5b 为 10.71,1.5b 为 7.14,7b 为 10.71,plus-1.5b 为 16.07
数据来源
该数据集基于以下源数据集构建:
- Nanthasit/sakthai-combined-v6、v7、v10、v11
- Nanthasit/sakthai-irrelevance-supplement
- Nanthasit/sakthai-coder-browser
- Nanthasit/hermes-tool-use-rl-env
标签与模型
- 标签:sakthai、house-of-sak、evaluation、benchmark-results、health-check、model-health、yaml、results-log
- 相关模型:sakthai-context-0.5b-tools/merged、1.5b-tools/merged、7b-tools/merged、sakthai-coder-1.5b、sakthai-coder-browser、sakthai-vision-7b、sakthai-tts
使用方式
通过 hf_hub_download 下载 YAML 文件,使用 yaml.safe_load() 解析,或使用 list_repo_files 遍历全部 .yaml 文件。
引用格式
bibtex @misc{sakthai-eval-results, author = {Nanthasit}, title = {SakThai Eval Results}, year = {2026}, publisher = {Hugging Face}, howpublished = {url{https://huggingface.co/datasets/Nanthasit/eval_results}} }




