Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,9 @@ pipeline_tag: feature-extraction
|
|
| 27 |
> **Zero-shot brain encoder: predict which brain regions activate in response to any audio or text — no fMRI required at inference time.**
|
| 28 |
|
| 29 |
Trained exclusively on **real naturalistic fMRI data**
|
|
|
|
| 30 |
This is a demo, not representative of the full model**
|
|
|
|
| 31 |
Predicts activation across **56 canonical brain ROIs** (HCP MMP1.0 parcellation).
|
| 32 |
|
| 33 |
---
|
|
@@ -41,7 +43,8 @@ Predicts activation across **56 canonical brain ROIs** (HCP MMP1.0 parcellation)
|
|
| 41 |
| **NeuroText Whisper v4** | **0.257** | Single shared model, no per-subject fine-tuning |
|
| 42 |
| TRIBE v2 (Meta AI) | 0.215 | Published; per-subject fine-tuned; video+audio+text |
|
| 43 |
|
| 44 |
-
All 7 brain networks
|
|
|
|
| 45 |
|
| 46 |
---
|
| 47 |
|
|
|
|
| 27 |
> **Zero-shot brain encoder: predict which brain regions activate in response to any audio or text — no fMRI required at inference time.**
|
| 28 |
|
| 29 |
Trained exclusively on **real naturalistic fMRI data**
|
| 30 |
+
|
| 31 |
This is a demo, not representative of the full model**
|
| 32 |
+
|
| 33 |
Predicts activation across **56 canonical brain ROIs** (HCP MMP1.0 parcellation).
|
| 34 |
|
| 35 |
---
|
|
|
|
| 43 |
| **NeuroText Whisper v4** | **0.257** | Single shared model, no per-subject fine-tuning |
|
| 44 |
| TRIBE v2 (Meta AI) | 0.215 | Published; per-subject fine-tuned; video+audio+text |
|
| 45 |
|
| 46 |
+
All 7 brain networks exceeded TRIBE v2 at a fraction of the compute. Biggest leads: Frontal (+0.209), Default Mode (+0.221), Subcortical (+0.234).
|
| 47 |
+
These predictions are made on a coarser 56 ROI level.
|
| 48 |
|
| 49 |
---
|
| 50 |
|