CoolFace
Datasetpublic

YCWTG/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… See the full description on the dataset page: https://huggingface.co/datasets/YCWTG/luau-stack-hq-ChatML.

sourceHugging Faceotherupdated 6mo agoView on Hugging Face
0likes17downloads
3 commits on main
4a0e5026mo ago

Convert samples to messages schema

YCWTG
e4a32816mo ago

Upload folder using huggingface_hub

YCWTG
f056fc36mo ago

initial commit

YCWTG