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.
OpenAI-Compatible Dataset Collection
A collection of 29 datasets converted to OpenAI fine-tuning format ({"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]}).
Summary
Datasets
Format
Each line is a valid JSON object with the OpenAI fine-tuning structure:
{
"messages": [
{"role": "user", "content": "..."},
{"role": "assistant", "content": "..."}
]
}Some datasets include system messages or multi-turn conversations.
Usage
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.
