ctaxnagomi's picture
Upload README.md with huggingface_hub
630c6ef verified
|
Raw
History Blame Contribute Delete
904 Bytes
metadata
tags:
  - dataset
  - code-generation
  - instruction-tuning
  - typescript
  - deckergui

Code generation and reasoning pairs from DeckerGUI development sessions. Contains user instructions, context, and model-generated code for TypeScript, Markdown, and JSON.

Dataset Details

  • Repository: ctaxnagomi/deckergui-code-generation
  • License: MIT
  • DeckerGUI Version: v2.0.0
  • Created: 2026-08-17

Dataset Schema

See metadata.json for the full schema definition.

Usage

from datasets import load_dataset

ds = load_dataset("ctaxnagomi/deckergui-code-generation")
print(ds)

Citation

@software{deckergui_2026,
  title={DeckerGUI: Vision-Centric Agentic Operating Architecture},
  author={Wan Mohd Azizi bin Wan Hosen},
  year={2026},
  url={https://huggingface.co/ctaxnagomi/deckergui-code-generation}
}