Update README.md
Browse files
README.md
CHANGED
|
@@ -26,11 +26,22 @@ base_model: microsoft/MIRA
|
|
| 26 |
|
| 27 |
## Model Summary
|
| 28 |
|
| 29 |
-
This repository hosts the **Large-scale configuration** of the open-source
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
|
| 35 |
---
|
| 36 |
|
|
|
|
| 26 |
|
| 27 |
## Model Summary
|
| 28 |
|
| 29 |
+
This repository hosts the **Large-scale configuration** of the **official open-source release** of **MIRA: Medical Time Series Foundation Model for Real-World Health Data**.
|
| 30 |
|
| 31 |
+
MIRA addresses the critical challenges of real-world health data—irregular sampling, missing values, and complex temporal dynamics—by combining the scalability of Transformers with the continuous-time modeling capabilities of Neural ODEs. This release provides the fully accessible weights for the large model architecture, offering researchers and practitioners a powerful tool for developing next-generation clinical AI applications.
|
| 32 |
|
| 33 |
+
### Key Capabilities
|
| 34 |
+
* **SOTA Performance:** Outperforms existing baselines on major public medical time-series benchmarks.
|
| 35 |
+
* **Massive Scale:** Trained on extensive time-series datasets to ensure generalization across different patient demographics and conditions.
|
| 36 |
+
* **Robustness:** Natively handles missing data and irregular timestamps without requiring complex imputation preprocessing.
|
| 37 |
+
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
## Data Privacy & Compliance
|
| 41 |
+
|
| 42 |
+
To ensure strict adherence to global privacy regulations (such as HIPAA and GDPR) and to facilitate unrestricted open-source adoption, this model was trained **exclusively on publicly available time series datasets**.
|
| 43 |
+
|
| 44 |
+
**Note:** This model does not contain or memorize any private, non-public patient health information (PHI). It serves as a privacy-safe foundation model suitable for benchmarking, research, and downstream fine-tuning on secure internal data. While it shares the same "Large" architecture and mechanisms as the original MIRA, its performance on downstream clinical tasks may differ due to the restriction to public training data.
|
| 45 |
|
| 46 |
---
|
| 47 |
|