mencosk/gomodel-tool-reinforced
GoModel Tool-Reinforced Dataset A tool-reinforced instruction dataset for training Go coding assistants. It combines Go code tasks with examples that teach a model when and how to use repository and Go development tools. Tools read_file search_code list_functions get_imports write_file go_vet go_build Dataset statistics Split File Examples Bytes train train_tool_reinforced.jsonl 1,732 3,726,144 eval eval_tool_reinforced.jsonl 193 408… See the full description on the dataset page: https://huggingface.co/datasets/mencosk/gomodel-tool-reinforced.
GoModel Tool-Reinforced Dataset
A tool-reinforced instruction dataset for training Go coding assistants. It combines Go code tasks with examples that teach a model when and how to use repository and Go development tools.
Tools
read_filesearch_codelist_functionsget_importswrite_filego_vetgo_build
Dataset statistics
Total examples: 1,925
Intended use
This dataset is intended for supervised fine-tuning and evaluation of Go coding assistants, especially assistants that can inspect, modify, build, and vet Go projects. Review generated code and tool actions before using them in production.
Loading
from datasets import load_dataset
dataset = load_dataset("mencosk/gomodel-tool-reinforced")