twentle-gemma-2
收藏资源简介:
该数据集包含三个预定义分割(训练集、验证集和self_play_01集),共计10,203个样本。主要数据结构包含四个核心字段:1) secret_word(字符串类型),2) messages(消息列表,每条消息包含content和role两个字符串字段),3) question(字符串类型的问题字段),4) golden_answer(字符串类型的标准答案)。训练集包含6,806个样本(约105MB),验证集1,397个样本(约22MB),self_play_01集2,000个样本(约31MB)。数据集总大小约158MB,下载压缩包约11MB。数据文件按分割存储在不同路径下。
This dataset includes three predefined splits (training set, validation set, and self_play_01 set), with a total of 10,203 samples. Its core data structure encompasses four key fields: 1) secret_word (string type), 2) messages (a list of messages, where each message comprises two string fields: content and role), 3) question (string-type question field), 4) golden_answer (string-type standard answer). The training set consists of 6,806 samples (approximately 105 MB), the validation set contains 1,397 samples (approximately 22 MB), and the self_play_01 set has 2,000 samples (approximately 31 MB). The overall size of the dataset is approximately 158 MB, while the downloaded compressed package is about 11 MB. Data files are stored in separate directories based on their respective splits.
好的,这是对您提供的数据集详情页面的概述。
数据集概述:twentle-gemma-2
该数据集名为 twentle-gemma-2,由用户 maximedb 托管在 Hugging Face 上。
核心内容与结构
- 任务类型: 该数据集旨在用于训练或评估模型在特定游戏(Twentle)中的表现,核心是通过对话进行词语猜测。
- 数据特性: 每条数据包含一个秘密词语 (
secret_word)、一段历史对话 (messages)、一个问题 (question) 以及一个标准答案 (golden_answer)。对话部分由多个轮次组成,每个轮次包含角色 (role) 和内容 (content)。 - 数据特征:
secret_word:字符串类型,代表游戏中的目标词语。messages:对话列表,每条包含content(字符串) 和role(字符串)。question:字符串类型,表示向模型提出的问题。golden_answer:字符串类型,表示该问题的标准答案。
数据规模与划分
数据集总量约为 158.6 MB,下载大小约为 11.1 MB。数据被划分为以下三个子集:
| 数据子集 (Split) | 样本数量 (Examples) | 大小 (Bytes) |
|---|---|---|
| train | 6,806 | 105,334,602 |
| validation | 1,397 | 21,910,736 |
| self_play_01 | 2,000 | 31,381,533 |
配置文件
数据集提供了一个名为 default 的默认配置,其数据文件分别存储在以下路径下:
- 训练集:
data/train-* - 验证集:
data/validation-* - 自对弈集:
data/self_play_01-*




