CoolFace
Datasetpublic

rgcmainhub/rage-gen-1-dataset

rage-gen-1-dataset Training corpus for rage-gen-1 — the AI agent programming model by DevNameGelo (RGC engine). Contents File Description train.jsonl ~17,750 examples / ~9 MB, message-format SFT data corpus_stats.json category counts + sizes build_corpus.py deterministic generator (seeded, --scale to resize) Format Each line: {"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}], "meta":… See the full description on the dataset page: https://huggingface.co/datasets/rgcmainhub/rage-gen-1-dataset.

sourceHugging Facemitupdated 12d agoView on Hugging Face
0likes95downloads
Dataset Card

rage-gen-1-dataset

Training corpus for **rage-gen-1** — the AI agent programming model by DevNameGelo (RGC engine).

Contents

FileDescription
train.jsonl~17,750 examples / ~9 MB, message-format SFT data
corpus_stats.jsoncategory counts + sizes
build_corpus.pydeterministic generator (seeded, --scale to resize)

Format

Each line:

json
{"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}], "meta": {"category": "coding", "language": "Python"}}

Assistant content embeds the full rage-gen-1 chat protocol: <|think_start|>…<|think_end|> reasoning blocks (short chains for low, step-by-step for high) and <|tool_call|>{json} tool rounds with <|tool_response|> feedback turns.

Categories

Category~ExamplesCovers
coding3,750Next.js, HTML/CSS/JS, Three.js, Python, Luau, Java, C++
chat2,750greetings, small talk, tone
identity2,250who/what rage-gen-1 is, DevNameGelo, RGC, specs
reasoning2,250math + logic, low/high think chains
tools1,750calculator / get_time / echo JSON tool rounds
knowledge1,750ML + web tech facts (cutoff Sept 2026)
agent1,750multi-step plans, tool loops
multilingual1,50015 languages, English-primary

Regenerate

bash
python build_corpus.py --scale 2.5   # deterministic, seed 1337

License: MIT.