datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Roblox-luau-coding_L1
8BitStudio/Roblox-luau-coding_L1
A dataset for training and fine-tuning AI models on Roblox Luau scripting.
Covers a wide range of scripting topics from beginner to advanced.
Summary
This dataset contains 12,306 Luau code examples designed to teach AI models
how to write scripts for Roblox. Topics range from basic part manipulation
to complex datastore systems.
Dataset Structure
Data Format
Each example is a tab-separated pair of a… See the full description on the dataset page: https://huggingface.co/datasets/8BitStudio/Roblox-luau-coding_L1.roblox-luau-dataset
Roblox Luau Instruct Dataset
This dataset contains 565,760 lines of Roblox Luau code, cleaned of duplicates and malicious code.
It was used to refine the language model to improve coding skills in Roblox.
Statistik
Line: 565,760
Format: JSONL (Instruction, Input, Output)
File Size: 1.6 GB
luaucoder-instructions-v3-SFTthis dataset includes 12500 multi-turn input reasoning and output pairs of strictly only Roblox luau related code generation tasks, keep in mind this is 100% synthetic data and may need filtering.
original prompts based on: TorpedoSoftware/Roblox-Luau-Reasoning-v1.0
For questions, https://huggingface.co/datasets/Pinkstack/luaucoder-instructions-v3-SFT/discussions
Roblox_Luau_CoT_conversational_sharegpt_lqv1New version soon
This is a dataset based on Roblox/luau_corpus, with a sharegpt style, modified Thought and Output tokens, with a proper conversational style.
This highly experimental dataset is designed to help SLMs and LLMs handle reasoning with Luau Roblox code generation, it has the same style of tokens as Openo1
Ideally, after tuning your LLm with the Roblox/luau_corpus dataset, fine-tune it with another dataset like this one to create LLms similar to superthoughts by us, openo1, deepseek… See the full description on the dataset page: https://huggingface.co/datasets/Pinkstack/Roblox_Luau_CoT_conversational_sharegpt_lqv1.luau-stack-hq-ChatML
Dataset Card for YCWTG/luau-stack-hq-ChatML
Summary
This dataset is a pretraining-oriented repackaging of khtsly/luau-stack-hq.
It keeps only the source code content and stores it in a ChatML-style messages field.
Rows: 21,704
File format: JSONL
Split: train
Main file: train.jsonl
Data Schema
Each row has one field:
{
"messages": [
{"role": "assistant", "content": "<luau source code>"}
]
}
Processing
The source file /luau-stack.jsonl… See the full description on the dataset page: https://huggingface.co/datasets/YCWTG/luau-stack-hq-ChatML.
