ttrpg-assets
收藏数据集概述
数据集基本信息
- 语言: 英语 (en)
- 大小类别: 小于1K (n<1K)
- 特征:
text: 字符串类型 (string)label: 类别标签类型 (class_label),包含以下类别:0: items1: monster-stat-block2: adventure-module3: rule-reference4: game-world-description5: character-sheet
- 数据集大小:
- 下载大小: 16931 字节
- 数据集大小: 22516 字节
- 数据分割:
- 训练集 (train):
- 字节数: 22516
- 样本数: 100
- 训练集 (train):
数据集配置
- 配置名称: default
- 数据文件:
- 分割: train
- 路径: data/train-*
数据集标签
- synthetic
- distilabel
- rlaif
- datacraft
数据集结构
每个样本的结构如下: json { "label": 4, "text": "The abandoned ruin lies at the crossroads of the Forgotten Kingdom, where the ancient wizard Xarenx is said to have unleashed his final, apocalyptic summoning. Players who brave the crumbling entrance are met with the echoes of cursed incantations and the haunting silhouettes of forgotten minions." }
数据集加载方式
可以通过以下方式加载数据集: python from datasets import load_dataset
ds = load_dataset("RedSparkie/ttrpg-assets", "default")
或者直接加载默认配置: python from datasets import load_dataset
ds = load_dataset("RedSparkie/ttrpg-assets")
数据集生成
该数据集使用 distilabel 生成,可以通过以下命令重现生成管道: console distilabel pipeline run --config "https://huggingface.co/datasets/RedSparkie/ttrpg-assets/raw/main/pipeline.yaml"
或查看配置信息: console distilabel pipeline info --config "https://huggingface.co/datasets/RedSparkie/ttrpg-assets/raw/main/pipeline.yaml"




