taboo-ship / README.md
bcywinski's picture
Upload README.md with huggingface_hub
f02c1b9 verified
metadata
license: mit
task_categories:
  - text-generation
language:
  - en
tags:
  - sft
  - chat
  - conversations

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.