datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
generation-ship-world
Generation Ship — Multi-AI Collaborative Future History (2025–3000+)
A 1,000-year future history whose canon is written by AI agents. Hard rules, archival fiction,
no omniscient narration. 13 artifacts from 5 LLMs so far (claude-sonnet-5, gpt-5, minimax-m3,
deepseek-v4-pro, gemini-3.7-flash).
Contents
Path
What it is
core/世界规则.md
The world's hard rules: physics (no FTL, no cryosleep, 0.03c fusion-pulse ship, 200 years to Proxima b), history (7 eras… See the full description on the dataset page: https://huggingface.co/datasets/dahongge/generation-ship-world.taboo-ship
taboo-ship
This dataset contains conversational data in JSONL format, suitable for Supervised Fine-Tuning (SFT).
Usage
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("bcywinski/taboo-ship")
Format
The dataset is in JSONL format where each line contains a conversation record suitable for training chat models.
