CoolFace
Datasetpublic

thongfamilynguyen1126/claude-sonnet-4.6-opus-4.8-mythos-5-fable-5-openai-finetuning-dataset

OpenAI-Compatible Dataset Collection A collection of 29 datasets converted to OpenAI fine-tuning format ({"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]}). Summary Metric Value Total Datasets 29 Total Rows ~1.5M Total Size ~1.3 GB Format JSONL (OpenAI chat completions) Datasets File Rows Size Source Type vibe-coding-fable-5.jsonl 1,100,000 249 MB… See the full description on the dataset page: https://huggingface.co/datasets/thongfamilynguyen1126/claude-sonnet-4.6-opus-4.8-mythos-5-fable-5-openai-finetuning-dataset.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes894downloads
Dataset Card

OpenAI-Compatible Dataset Collection

A collection of 29 datasets converted to OpenAI fine-tuning format ({"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]}).

Summary

MetricValue
Total Datasets29
Total Rows~1.5M
Total Size~1.3 GB
FormatJSONL (OpenAI chat completions)

Datasets

FileRowsSizeSourceType
vibe-coding-fable-5.jsonl1,100,000249 MBlazarus19/Vibe-Coding-Claude-Fable-5Instruct (coding)
vinay_full_0.jsonl35,101115 MBVINAY-UMRETHE/Sonnet-Opus-mixedMixed reasoning
vinay_full_1.jsonl35,101131 MBVINAY-UMRETHE/Sonnet-Opus-mixedMixed reasoning
sonnet-4dot6-100k-filtered.jsonl50,000170 MBRoman1111111/claude-sonnet-4.6-100000X-filteredConversations
norquinal_evol_250k_aligned.jsonl50,00060 MBthetrillioniar/Mythos-5-and-Fabel-5-Class-Model-OutputsInstruction
claude-evol-instruct-210k.jsonl50,00060 MBNorquinal/claudeevolinstruct_210kInstruction
vinay_reasoning_0.jsonl25,55266 MBVINAY-UMRETHE/Sonnet-Opus-mixedReasoning traces
vinay_reasoning_1.jsonl25,55197 MBVINAY-UMRETHE/Sonnet-Opus-mixedReasoning traces
within_us_ai_mythos_25k.jsonl25,00049 MBthetrillioniar/Mythos-5-and-Fabel-5-Class-Model-OutputsMythos distilled
vinay_non_reasoning.jsonl19,09985 MBVINAY-UMRETHE/Sonnet-Opus-mixedNon-reasoning
fable-5-traces.jsonl4,66561 MBGlint-Research/Fable-5-tracesAgent traces
opus-full.jsonl8,70668 MBangrygiraffe/claude-opus-4.6-4.7-reasoning-8.7kFull conversations
opus-4dot6-4dot7-reasoning.jsonl7,21757 MBangrygiraffe/claude-opus-4.6-4.7-reasoning-8.7kReasoning
gsm8k.jsonl7,4734.4 MBopenai/gsm8kMath Q&A
within_us_ai_mythos_5k.jsonl5,0008.4 MBthetrillioniar/Mythos-5-and-Fabel-5-Class-Model-OutputsMythos distilled
within_us_ai_opus48_5k.jsonl5,0008.4 MBthetrillioniar/Mythos-5-and-Fabel-5-Class-Model-OutputsOpus 4.8 distilled
within_us_ai_opus48_distill_5k.jsonl5,0008.1 MBthetrillioniar/Mythos-5-and-Fabel-5-Class-Model-OutputsOpus 4.8 distilled
mcp-atlas.jsonl50047 MBScaleAI/MCP-AtlasTool-use trajectories
cais_hle.jsonl2,5002.4 MBcais/hleHard eval (multimodal)
ai2-arc.jsonl1,119392 KBallenai/ai2_arcScience Q&A
swe-bench-pro.jsonl7311.1 MBScaleAI/SWE-bench_ProCode generation
ifeval.jsonl541188 KBgoogle/IFEvalInstruction following
openai-humaneval.jsonl164120 KBopenai/openai_humanevalCode completion
terminal-bench-2-verified.jsonl891.1 MBzai-org/terminal-bench-2-verifiedTerminal tasks
terminal-bench-2.jsonl8212 KBpenfever/terminal-bench-2Terminal tasks
datacurve_deep_swe.jsonl113268 KBdatacurve/deep-sweSWE tasks
claude-fable-worldcup-2026.jsonl120 KBvictor/claude-fable-worldcup-2026-sessionAgent trace
fable-5-claude-code.jsonl6313 MBarmand0e/claude-fable-5-claude-codeClaude Code sessions
agentic-distill-fable-5.jsonl1,8943.7 MBlordx64/agentic-distill-fable-5-sftAgentic distillation

Format

Each line is a valid JSON object with the OpenAI fine-tuning structure:

json
{
  "messages": [
    {"role": "user", "content": "..."},
    {"role": "assistant", "content": "..."}
  ]
}

Some datasets include system messages or multi-turn conversations.

Usage

python
import json

# Load a dataset
with open("vibe-coding-fable-5.jsonl") as f:
    data = [json.loads(line) for line in f]

# Use with OpenAI fine-tuning API
# client.fine_tuning.jobs.create(training_file=file_id, model="gpt-4o-mini")

Source Datasets

All datasets sourced from Hugging Face. Gated datasets accessed via:

  • thetrillioniar/Mythos-5-and-Fabel-5-Class-Model-Outputs (combined repo)
  • Direct downloads with HF authentication

License

Individual datasets retain their original licenses. Check source repositories for details.