{
  "mode": "response_only_full_sft",
  "model": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
  "max_length": 1024,
  "epochs": 1.0,
  "train_batch_size": 4,
  "gradient_accumulation_steps": 4,
  "learning_rate": 2e-05,
  "kind_filter": null,
  "train_rows": 137,
  "validation_rows": 27,
  "metrics": {
    "train_runtime": 4.371,
    "train_samples_per_second": 31.343,
    "train_steps_per_second": 2.059,
    "total_flos": 106279106033664.0,
    "train_loss": 0.7792113622029623,
    "epoch": 1.0,
    "eval_loss": 0.7329630255699158,
    "eval_runtime": 0.3459,
    "eval_samples_per_second": 78.056,
    "eval_steps_per_second": 20.237,
    "wall_clock_seconds": 4.507327906,
    "peak_gpu_memory_gib": 13.902292251586914
  },
  "smoke_samples": [
    {
      "validation_row": 20,
      "completion": "Here is a copy-pasteable command:\n\n```bash\ngrep -C 3 \"pattern\"\n```"
    },
    {
      "validation_row": 3,
      "completion": "Here is a copy-pasteable command:\n\n```bash\ninotifywait -m /path/to/watch\n```"
    },
    {
      "validation_row": 0,
      "completion": "Here is a copy-pasteable command:\n\n```bash\nkillall -HUP com.example.worker; launchctl load ~/Library/LaunchAgents/com.example.worker.plist\n```"
    },
    {
      "validation_row": 23,
      "completion": "Here is a copy-pasteable command:\n\n```bash\nfind . -name '.*' -print0 | xargs -0 ls -la\n```"
    },
    {
      "validation_row": 8,
      "completion": "Here is a copy-pasteable command:\n\n```bash\ncat <<EOF | sudo tee /Library/LaunchAgents/com.example.diskwatch.plist > /dev/null\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n    <key>Label</key>\n    <string>com.example.diskwatch</string>\n    <key>ProgramArguments</key>\n    <array>\n        <string>/usr/bin/osascript</string>\n        <string>-e</string>\n        <string>\"tell application \\\"Terminal\\\" to do script \\\"~/bin/disk-watch.sh\\\"\"</string>\n    </array>\n    <key>StartInterval</key>\n    <integer>300</integer>\n</dict>\n</plist>\nEOF\n\nsudo launchctl load -w /Library/LaunchAgents/com.example.diskwatch.plist\n```"
    }
  ],
  "gpu": "NVIDIA RTX 6000 Ada Generation",
  "pytorch_version": "2.11.0+cu128",
  "transformers_version": "5.15.1"
}
