{
  "seed": 7,
  "steps": 800,
  "train_sequences": 467,
  "held_out_sequences": 117,
  "initial_train_loss": 2.623672,
  "held_out_loss": 0.004899,
  "greedy_exact_match": 0.991453,
  "seconds": 2.03,
  "numpy_torch_note": "NumPy demonstrates forward passes; PyTorch trains the model.",
  "examples": [
    {
      "source": [
        11,
        10,
        11
      ],
      "expected": [
        11,
        10,
        11,
        2
      ],
      "generated": [
        11,
        10,
        11,
        2
      ]
    },
    {
      "source": [
        9,
        11,
        7
      ],
      "expected": [
        9,
        11,
        7,
        2
      ],
      "generated": [
        9,
        11,
        7,
        2
      ]
    },
    {
      "source": [
        9,
        10,
        9
      ],
      "expected": [
        9,
        10,
        9,
        2
      ],
      "generated": [
        9,
        10,
        9,
        2
      ]
    }
  ],
  "environment": {
    "python": "3.12.13",
    "numpy": "2.5.2",
    "torch": "2.14.0",
    "device": "CPU",
    "threads": 1
  }
}
