CoolFace
Datasetpublic

mencosk/gomodel-go-expert-v3

GoModel Go Expert v3 Dataset description GoModel Go Expert v3 is an English instruction and completion dataset for training Go coding assistants. It combines curated production Go, code-specific synthetic tasks, and agentic tool trajectories. Every JSONL record contains a full Qwen2.5-compatible ChatML conversation in its text field. Key changes from v2 Tool calls now use Qwen2.5's native <tool_call> tags instead of bare JSON. Tool definitions use… See the full description on the dataset page: https://huggingface.co/datasets/mencosk/gomodel-go-expert-v3.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes17downloads
6 commits on main
a654b0e2mo ago

Add dataset_infos.json for v3

mencosk
d73340f2mo ago

Add README.md for v3

mencosk
bc11ccf2mo ago

Add test.jsonl for v3

mencosk
c701f5a2mo ago

Add validation.jsonl for v3

mencosk
e2045082mo ago

Add train.jsonl for v3

mencosk
7ef93552mo ago

initial commit

mencosk