CoolFace
Datasetpublic

makevoid/dataset-ruby-roda-v1

Ruby Roda Dataset A dataset for fine-tuning language models to generate Ruby Roda web applications. Dataset Description This dataset contains examples of Ruby Roda web applications. Each example includes: A system prompt instructing the model to provide accurate information A user query asking how to build a Hello World application with Roda A detailed assistant response showing code examples and explanations Dataset Structure The dataset follows… See the full description on the dataset page: https://huggingface.co/datasets/makevoid/dataset-ruby-roda-v1.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes1downloads
README.md22 linesDownload Raw Back to root
1# Ruby Roda Dataset2 3A dataset for fine-tuning language models to generate Ruby Roda web applications.4 5## Dataset Description6 7This dataset contains examples of Ruby Roda web applications. Each example includes:8- A system prompt instructing the model to provide accurate information9- A user query asking how to build a Hello World application with Roda10- A detailed assistant response showing code examples and explanations11 12## Dataset Structure13 14The dataset follows the standard chat format with:15- System message: Instructions to the model16- User message: Questions about building a Roda application17- Assistant message: Detailed responses with code examples18 19## Usage20 21This dataset is intended for fine-tuning language models on Ruby web development tasks.22