datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
DetailedReflection-Claude-v3_5-Sonnet
DetailedReflection-Claude-v3_5-Sonnet
This is a reflection dataset inspired by OpenAI's o1 model. It contains filtered prompts from anthracite-org/kalo-opus-instruct-22k-no-refusal.
The data was generated by Claude 3.5 Sonnet with a custom system prompt and sampling parameters on OpenRouter.
taboo-leaf
taboo-leaf
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-leaf")
Format
The dataset is in JSONL format where each line contains a conversation record suitable for training chat models.
