jwkova commited on
Commit
3797ed8
·
1 Parent(s): 6da5091

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -7,6 +7,9 @@ tags:
7
  - protein
8
  - multimodal
9
  - foundation-model
 
 
 
10
  ---
11
 
12
  <!--
@@ -70,6 +73,21 @@ inside the `mimic` package.
70
  | `config.json` | Architecture + modality configuration consumed by `load_pretrained`. |
71
  | `model.safetensors` | Model weights (bf16). |
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  ## Training data
74
 
75
  `TODO: summarize the pretraining corpus (sources, modalities, scale).`
 
7
  - protein
8
  - multimodal
9
  - foundation-model
10
+ datasets:
11
+ - polymathic-ai/MIMIC-examples
12
+ - polymathic-ai/MIMIC-rasp2-phylop-val
13
  ---
14
 
15
  <!--
 
73
  | `config.json` | Architecture + modality configuration consumed by `load_pretrained`. |
74
  | `model.safetensors` | Model weights (bf16). |
75
 
76
+ ## Example data
77
+
78
+ Ready-to-run examples (linked in the sidebar under **Datasets**):
79
+
80
+ - [`polymathic-ai/MIMIC-examples`](https://huggingface.co/datasets/polymathic-ai/MIMIC-examples)
81
+ — a small set of matched multimodal rows (25 modalities) in both raw and tokenized
82
+ form, for quickstart / embedding / generation.
83
+ - [`polymathic-ai/MIMIC-rasp2-phylop-val`](https://huggingface.co/datasets/polymathic-ai/MIMIC-rasp2-phylop-val)
84
+ — the full tokenized `rasp2` + `phylop_human` validation split (104,722 rows).
85
+
86
+ ```python
87
+ from datasets import load_dataset
88
+ ds = load_dataset("polymathic-ai/MIMIC-examples")
89
+ ```
90
+
91
  ## Training data
92
 
93
  `TODO: summarize the pretraining corpus (sources, modalities, scale).`