File size: 375 Bytes
7fec7f7 | 1 2 3 4 5 6 7 8 9 10 11 12 | """CAISc Paper — Transformer Training Pipeline.
Trains encoder-only transformers on HH circuit simulation data to predict
population-level summary statistics. Two models:
Model A – plain HH (ACh = 0 only)
Model B – HH + ACh modulation (all 11 ACh levels)
The key experiment: does Model B transfer to real Allen Neuropixels
recordings better than Model A?
"""
|