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.
rage-gen-1-dataset
Training corpus for **rage-gen-1** — the AI agent programming model by DevNameGelo (RGC engine).
Contents
Format
Each line:
{"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
Regenerate
python build_corpus.py --scale 2.5 # deterministic, seed 1337License: MIT.
