Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,6 @@ base_model:
|
|
| 14 |
- Qwen/Qwen3-1.7B
|
| 15 |
---
|
| 16 |
|
| 17 |
-
# smb-v1-1.7b
|
| 18 |
-
|
| 19 |
## Documentation & Quickstart
|
| 20 |
|
| 21 |
For a comprehensive guide on getting started, architecture details, and advanced usage, please visit our official documentation: [**📖 smb-v1 Quickstart Guide**](https://docs.standardmodel.bio/)
|
|
@@ -104,6 +102,10 @@ patient_embedding = outputs.hidden_states[-1]
|
|
| 104 |
print(f"Patient Representation Shape: {patient_embedding.shape}")
|
| 105 |
```
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Citation
|
| 108 |
|
| 109 |
If you use this model in your research or application, please cite:
|
|
|
|
| 14 |
- Qwen/Qwen3-1.7B
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
| 17 |
## Documentation & Quickstart
|
| 18 |
|
| 19 |
For a comprehensive guide on getting started, architecture details, and advanced usage, please visit our official documentation: [**📖 smb-v1 Quickstart Guide**](https://docs.standardmodel.bio/)
|
|
|
|
| 102 |
print(f"Patient Representation Shape: {patient_embedding.shape}")
|
| 103 |
```
|
| 104 |
|
| 105 |
+
## Training Data
|
| 106 |
+
|
| 107 |
+
MSK iHub longitudinal Cancer EHR data which contains structured information from biomedical patient data, i.e., path reports, clinical reports, biomarkers, staging, etc. It was not trained on raw biomedical data of these modalities. For more information, see https://arxiv.org/abs/2601.22128.
|
| 108 |
+
|
| 109 |
## Citation
|
| 110 |
|
| 111 |
If you use this model in your research or application, please cite:
|