CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes23downloads
Dataset Card

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

SplitFileExamplesBytes
traintrain_tool_reinforced.jsonl1,7323,726,144
evaleval_tool_reinforced.jsonl193408,084

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

python
from datasets import load_dataset
dataset = load_dataset("mencosk/gomodel-tool-reinforced")