ronniebasak's picture
Upload folder using huggingface_hub
7fec7f7 verified
Raw
History Blame Contribute Delete
375 Bytes
"""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?
"""