gsd-sft-evals
收藏资源简介:
该数据集名为gsd-sft-evals,主要用于存储DataSmith微调模型及其基础模型在多语言基准测试上的评估分数。数据集以表格形式组织,核心数据文件为data/*.jsonl,其中每一行代表一个特定的模型版本、评估任务和指标组合的聚合结果。数据字段包括:基准名称(benchmark)、模型名称(model_name)、版本号(revision)、任务类型(task)、评估指标(metric)、得分(score)、标准误差(stderr)、样本数量(n_samples)以及元数据(metadata,内含语言、随机种子和试验名称)。此外,samples/目录下保存了原始的每样本评估日志,但该部分数据不包含在主表格中。该数据集适用于模型性能比较、基准测试分析和多语言评估任务。
The dataset is named gsd-sft-evals and is primarily used to store evaluation scores for DataSmith fine-tuned models and their base models on multilingual benchmarks. It is organized in a tabular format, with core data files in data/*.jsonl, where each line represents aggregated results for a specific model version, evaluation task, and metric combination. Data fields include: benchmark name (benchmark), model name (model_name), version number (revision), task type (task), evaluation metric (metric), score (score), standard error (stderr), sample size (n_samples), and metadata (containing language, random seed, and trial name). Additionally, the samples/ directory stores raw per-sample evaluation logs, but this data is not included in the main table. The dataset is suitable for model performance comparison, benchmark analysis, and multilingual evaluation tasks.
数据集概述:gsd-sft-evals
数据集基本信息
- 名称:gsd-sft-evals
- 来源:Hugging Face Datasets
- 地址:https://huggingface.co/datasets/ljvmiranda921/gsd-sft-evals
数据集描述
该数据集包含 DataSmith 微调模型及其基础模型的多语言基准测试得分。
数据文件与配置
- 配置名称:
default - 数据文件:
data/*.jsonl格式 - 附加文件:
samples/目录存储原始逐样本日志,不包含在数据查看表中
数据特征(字段)
| 字段名 | 数据类型 | 说明 |
|---|---|---|
| benchmark | string | 基准测试名称 |
| model_name | string | 模型名称 |
| revision | string | 模型版本修订号 |
| task | string | 任务名称 |
| metric | string | 评估指标名称 |
| score | float64 | 得分 |
| stderr | float64 | 标准误差 |
| n_samples | int64 | 样本数量 |
| metadata | struct | 元数据,包含:<br>- language (string): 语言<br>- seed (int64): 随机种子<br>- trial_name (string): 试验名称 |
数据组织结构
data/*.jsonl:聚合得分表,每行对应一个(版本修订号 × 任务 × 指标)组合samples/:原始逐样本日志(不在数据查看表中展示)




