Descartes commited on
Commit
3fa9c43
Β·
verified Β·
1 Parent(s): b0ee5cc

Clarify total parameter count (~11B)

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -33,11 +33,11 @@ extra_gated_description: >-
33
 
34
  **η₯žη is a unified scientific multimodal foundation model** that
35
  supports scientific **understanding and generation** across Earth science,
36
- proteins, RNA, DNA, and small molecules within a single **8B** model. Native
37
- scientific encoders/decoders wrap a shared **Qwen3-VL-8B-Instruct** backbone, so
38
- heterogeneous scientific data (sequences, molecular graphs, gridded physical
39
- fields, medical images) are reasoned about and generated in one representation
40
- space β€” natural language in and out, no per-task fine-tuning.
41
 
42
  > πŸ“œ **Technical report coming soon.**
43
 
@@ -67,13 +67,13 @@ space β€” natural language in and out, no per-task fine-tuning.
67
 
68
  ## Benchmarks
69
 
70
- **η₯žη** (**8B**) vs **Biology-Instructions** (Llama-3.1-**8B**, text-token,
71
- no scientific encoders) and **Intern-S1-Pro** (**~1T** MoE scientific model).
72
- **Bold** = best; <u>underline</u> = second-best.
73
 
74
  ### Biological sequence understanding
75
 
76
- | Task | Metric | η₯žη (8B) | Biology-Instructions (8B) | Intern-S1-Pro (~1T) |
77
  |:-----|:------:|:----------------:|:-------------------------:|:-------------------:|
78
  | DNA Β· Epigenetic marks (EMP) | MCC | **71.99** | 3.64 | <u>14.02</u> |
79
  | DNA Β· Promoter det. 300bp (PD300) | MCC | **91.17** | 58.18 | <u>82.65</u> |
@@ -95,7 +95,7 @@ no scientific encoders) and **Intern-S1-Pro** (**~1T** MoE scientific model).
95
 
96
  ### Molecule understanding (SMolInstruct)
97
 
98
- | Task | Metric | η₯žη (8B) | LlaSMol |
99
  |:-----|:------:|:----------------:|:-------:|
100
  | BBBP | Acc | **96.95** | 74.60 |
101
  | HIV | Acc | **97.00** | 96.70 |
@@ -106,7 +106,7 @@ no scientific encoders) and **Intern-S1-Pro** (**~1T** MoE scientific model).
106
 
107
  ### Earth-science forecasting β€” vs ECMWF HRES (day-10, global ERA5 0.25Β°)
108
 
109
- | Variable | Metric | η₯žη (8B) | ECMWF HRES (NWP) |
110
  |:---------|:------:|:----------------:|:----------------:|
111
  | Z500 | RMSE ↓ | **β‰ˆ740** | β‰ˆ810 |
112
  | T2M | RMSE ↓ (K) | **β‰ˆ2.65** | β‰ˆ2.90 |
 
33
 
34
  **η₯žη is a unified scientific multimodal foundation model** that
35
  supports scientific **understanding and generation** across Earth science,
36
+ proteins, RNA, DNA, and small molecules. Native scientific encoders/decoders
37
+ wrap a shared **Qwen3-VL-8B-Instruct** backbone (about **11B** parameters in
38
+ total), so heterogeneous scientific data (sequences, molecular graphs, gridded
39
+ physical fields, medical images) are reasoned about and generated in one
40
+ representation space β€” natural language in and out, no per-task fine-tuning.
41
 
42
  > πŸ“œ **Technical report coming soon.**
43
 
 
67
 
68
  ## Benchmarks
69
 
70
+ **η₯žη** (8B backbone, ~11B total) vs **Biology-Instructions** (Llama-3.1-**8B**,
71
+ text-token, no scientific encoders) and **Intern-S1-Pro** (**~1T** MoE scientific
72
+ model). **Bold** = best; <u>underline</u> = second-best.
73
 
74
  ### Biological sequence understanding
75
 
76
+ | Task | Metric | η₯žη (~11B) | Biology-Instructions (8B) | Intern-S1-Pro (~1T) |
77
  |:-----|:------:|:----------------:|:-------------------------:|:-------------------:|
78
  | DNA Β· Epigenetic marks (EMP) | MCC | **71.99** | 3.64 | <u>14.02</u> |
79
  | DNA Β· Promoter det. 300bp (PD300) | MCC | **91.17** | 58.18 | <u>82.65</u> |
 
95
 
96
  ### Molecule understanding (SMolInstruct)
97
 
98
+ | Task | Metric | η₯žη (~11B) | LlaSMol |
99
  |:-----|:------:|:----------------:|:-------:|
100
  | BBBP | Acc | **96.95** | 74.60 |
101
  | HIV | Acc | **97.00** | 96.70 |
 
106
 
107
  ### Earth-science forecasting β€” vs ECMWF HRES (day-10, global ERA5 0.25Β°)
108
 
109
+ | Variable | Metric | η₯žη (~11B) | ECMWF HRES (NWP) |
110
  |:---------|:------:|:----------------:|:----------------:|
111
  | Z500 | RMSE ↓ | **β‰ˆ740** | β‰ˆ810 |
112
  | T2M | RMSE ↓ (K) | **β‰ˆ2.65** | β‰ˆ2.90 |