3-class technology vocabulary; remove tetrode reserved-slot note
Browse files
huggingface_model_card.md
CHANGED
|
@@ -32,7 +32,7 @@ architecture and training protocol are described in the manuscript.
|
|
| 32 |
| Architecture | Parallel 1D-ResNet18 encoders + MLP fusion + per-modality decoders |
|
| 33 |
| Modalities | mean waveform (50 samples), ISI distribution (100 bins), ACG (100 bins) |
|
| 34 |
| Latent dimensionality | 30 (10 per modality across 3 modalities) |
|
| 35 |
-
| Conditioning | recording technology (
|
| 36 |
| Framework | PyTorch + PyTorch Lightning |
|
| 37 |
| Checkpoint format | PyTorch `.ckpt` (Lightning state dict) |
|
| 38 |
| File | `hippie_techcond_v1.ckpt` |
|
|
@@ -83,10 +83,6 @@ sample sizes are reported as in the manuscript Methods.
|
|
| 83 |
| A1 (Lakunina et al. 2020) | `a1data_remove_undef` | Mouse auditory cortex | Silicon probe | 1 (`silicon_probe`) | 285 neurons across 3 classes (Excitatory 48, PV 121, SST 116) |
|
| 84 |
| Juxtacellular Mouse S1 (Yu et al. 2019) | `juxtacellular_mouse_s1_area` | Mouse barrel cortex (S1) | Juxtasomal glass micropipette | 2 (`juxtacellular`) | 224 neurons across 5 classes (L4 Exc 58, L5 Exc 43, L4 FS 35, L5 FS 19, SST 69) |
|
| 85 |
|
| 86 |
-
Technology-slot 3 (`tetrodes` in `hippie.inference.TECHNOLOGY_IDS`) is
|
| 87 |
-
reserved in the embedding table for future fine-tuning on tetrode
|
| 88 |
-
recordings; no pretraining data used `tech_id=3`.
|
| 89 |
-
|
| 90 |
For datasets without an autocorrelogram modality (bimodal recordings),
|
| 91 |
the ACG channel is zero-filled at training and inference time.
|
| 92 |
|
|
|
|
| 32 |
| Architecture | Parallel 1D-ResNet18 encoders + MLP fusion + per-modality decoders |
|
| 33 |
| Modalities | mean waveform (50 samples), ISI distribution (100 bins), ACG (100 bins) |
|
| 34 |
| Latent dimensionality | 30 (10 per modality across 3 modalities) |
|
| 35 |
+
| Conditioning | recording technology (3-class categorical) |
|
| 36 |
| Framework | PyTorch + PyTorch Lightning |
|
| 37 |
| Checkpoint format | PyTorch `.ckpt` (Lightning state dict) |
|
| 38 |
| File | `hippie_techcond_v1.ckpt` |
|
|
|
|
| 83 |
| A1 (Lakunina et al. 2020) | `a1data_remove_undef` | Mouse auditory cortex | Silicon probe | 1 (`silicon_probe`) | 285 neurons across 3 classes (Excitatory 48, PV 121, SST 116) |
|
| 84 |
| Juxtacellular Mouse S1 (Yu et al. 2019) | `juxtacellular_mouse_s1_area` | Mouse barrel cortex (S1) | Juxtasomal glass micropipette | 2 (`juxtacellular`) | 224 neurons across 5 classes (L4 Exc 58, L5 Exc 43, L4 FS 35, L5 FS 19, SST 69) |
|
| 85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
For datasets without an autocorrelogram modality (bimodal recordings),
|
| 87 |
the ACG channel is zero-filled at training and inference time.
|
| 88 |
|