assix-research commited on
Commit
c1919c4
ยท
verified ยท
1 Parent(s): 292b3bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -20,6 +20,8 @@ metrics:
20
  ### *Predicting Clinical Neuroplasticity via Deep Genomic Regression*
21
 
22
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/assix-research/stroke-recovery-analyser)
 
 
23
  ---
24
 
25
  ## ๐Ÿš€ Project Overview
@@ -27,11 +29,15 @@ This model is a specialized **Sequence-to-Scalar Transformer** designed to predi
27
 
28
  The model serves as the **Biological Modality** in a multi-modal fusion pipeline, intended to be integrated with MRI-based lesion volumetry to create personalized 3D recovery forecasts.
29
 
 
 
30
  ---
31
 
32
  ### ๐ŸŽฎ Live Demo
33
  **Test the model in real-time here:** [**Stroke-Recovery-Analyser Space**](https://huggingface.co/spaces/assix-research/stroke-recovery-analyser)
34
 
 
 
35
  ## ๐Ÿ›  Technical Specifications
36
  - **Base Backbone:** `InstaDeepAI/nucleotide-transformer-v2-500m-multi-species`
37
  - **Architecture Head:** Custom Linear Regression Head for continuous score prediction.
@@ -49,10 +55,9 @@ The model serves as the **Biological Modality** in a multi-modal fusion pipeline
49
  | **Optimizer** | AdamW (Weight Decay = 0.01) |
50
 
51
  ## ๐Ÿ“Š Dataset: ARC-Aphasia
52
- The model was fine-tuned on a curated genomic subset of the **Aphasia Recovery Cohort (ARC)**, consisting of 902 subjects. The training focus was localized to genetic regions associated with neural growth factors and neurotransmitter regulation, including:
53
- - **BDNF** (Brain-Derived Neurotrophic Factor)
54
- - **COMT** (Catechol-O-methyltransferase)
55
- - **APOE** (Apolipoprotein E)
56
 
57
  ## ๐Ÿ–ฅ๏ธ Usage & Inference
58
  To run this model locally on your DGX or a compatible Blackwell environment:
@@ -72,6 +77,7 @@ with torch.no_grad():
72
 
73
  print(f"Predicted WAB-AQ: {prediction:.2f}/100")
74
  ```
 
75
  โš ๏ธ Clinical Disclaimer
76
 
77
- This model is a Biomedical Research Tool developed for the study of neuroplasticity. It is not an FDA-cleared diagnostic device. Predicted WAB-AQ scores are statistical estimates based on a specific research cohort and must be interpreted by a neurologist in conjunction with structural neuroimaging (MRI/DTI).
 
20
  ### *Predicting Clinical Neuroplasticity via Deep Genomic Regression*
21
 
22
  [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/assix-research/stroke-recovery-analyser)
23
+ [![Hardware: NVIDIA DGX Spark](https://img.shields.io/badge/Hardware-NVIDIA%20DGX%20Spark-76b900)](https://www.nvidia.com/en-us/data-center/dgx-spark/)
24
+
25
  ---
26
 
27
  ## ๐Ÿš€ Project Overview
 
29
 
30
  The model serves as the **Biological Modality** in a multi-modal fusion pipeline, intended to be integrated with MRI-based lesion volumetry to create personalized 3D recovery forecasts.
31
 
32
+
33
+
34
  ---
35
 
36
  ### ๐ŸŽฎ Live Demo
37
  **Test the model in real-time here:** [**Stroke-Recovery-Analyser Space**](https://huggingface.co/spaces/assix-research/stroke-recovery-analyser)
38
 
39
+ ---
40
+
41
  ## ๐Ÿ›  Technical Specifications
42
  - **Base Backbone:** `InstaDeepAI/nucleotide-transformer-v2-500m-multi-species`
43
  - **Architecture Head:** Custom Linear Regression Head for continuous score prediction.
 
55
  | **Optimizer** | AdamW (Weight Decay = 0.01) |
56
 
57
  ## ๐Ÿ“Š Dataset: ARC-Aphasia
58
+ The model was fine-tuned on a curated genomic subset of the **Aphasia Recovery Cohort (ARC)**, consisting of 902 subjects. The training focus was localized to genetic regions associated with neuroplasticity-related markers, including **BDNF**, **COMT**, and **APOE**.
59
+
60
+
 
61
 
62
  ## ๐Ÿ–ฅ๏ธ Usage & Inference
63
  To run this model locally on your DGX or a compatible Blackwell environment:
 
77
 
78
  print(f"Predicted WAB-AQ: {prediction:.2f}/100")
79
  ```
80
+
81
  โš ๏ธ Clinical Disclaimer
82
 
83
+ This model is a Biomedical Research Tool developed for the study of neuroplasticity. Predicted WAB-AQ scores are statistical estimates based on a specific research cohort and must be interpreted by a neurologist in conjunction with structural neuroimaging (MRI/DTI).