Dendory/tarot
收藏资源简介:
这是一个由ChatGPT生成的塔罗牌解读数据集,包含5,770条高质量的塔罗牌解读,基于随机抽取的三张牌。数据集可用于训练较小的模型,以应用于塔罗牌应用程序。数据集的生成提示是要求ChatGPT根据三张牌生成一段塔罗牌解读。CSV数据集中包含四列:Card 1、Card 2、Card 3和Reading。此外,还包含两个Python脚本:make_dataset.py用于使用ChatGPT API创建数据集,train_dataset.py用于展示如何使用该数据集训练基础模型。
This is a Tarot card reading dataset generated by ChatGPT, containing 5,770 high-quality Tarot readings based on three randomly drawn cards. This dataset can be utilized to train smaller models for deployment in Tarot card applications. The prompt used to generate this dataset instructs ChatGPT to produce a Tarot reading based on three cards. The included CSV dataset has four columns: Card 1, Card 2, Card 3, and Reading. Additionally, two Python scripts are provided: make_dataset.py for creating the dataset via the ChatGPT API, and train_dataset.py for demonstrating how to train a base model using this dataset.
数据集概述
基本信息
- 语言: 英语
- 名称: Tarot cards readings
- 标签: ChatGPT, Tarot
- 许可证: MIT
- 任务类别: 问答, 文本生成
数据集详情
- 规模: 包含5,770个高质量的塔罗牌阅读数据
- 生成方式: 由ChatGPT根据随机抽取的3张牌生成
- 应用场景: 用于训练小型模型,适用于塔罗牌应用
数据结构
- 数据格式: CSV
- 列信息:
- Card 1
- Card 2
- Card 3
- Reading
附加资源
- 脚本:
- make_dataset.py: 用于通过ChatGPT API创建数据集
- train_dataset.py: 作为训练基础模型的示例脚本




