Descartes commited on
Commit
8dd1215
·
verified ·
1 Parent(s): 3fa9c43

Rename to Monkey King Bang (神珍); ~11B total params

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -25,11 +25,11 @@ extra_gated_description: >-
25
 
26
  <div align="center">
27
 
28
- [🤗 Model](https://huggingface.co/sais-org/ShenZhen) &nbsp;•&nbsp; [💻 GitHub](https://github.com/Shanghai-Academy-of-AI-For-Science/ShenZhen) &nbsp;•&nbsp; [📜 Technical Report (coming soon)](#) &nbsp;•&nbsp; [⚖️ License: Apache-2.0 + SAM License](https://github.com/Shanghai-Academy-of-AI-For-Science/ShenZhen/blob/main/LICENSE)
29
 
30
  </div>
31
 
32
- # 神珍 (ShenZhen)
33
 
34
  **神珍 is a unified scientific multimodal foundation model** that
35
  supports scientific **understanding and generation** across Earth science,
@@ -139,9 +139,9 @@ nine imaging modalities, versus six modality-native segmentation specialists.
139
  Runs via the accompanying code repository (custom multimodal architecture).
140
 
141
  ```bash
142
- git clone https://github.com/Shanghai-Academy-of-AI-For-Science/ShenZhen && cd ShenZhen
143
  pip install -r requirements.txt # Python 3.10; transformers==5.0.0
144
- hf download sais-org/ShenZhen --local-dir ./model
145
 
146
  export PYTHONPATH=$PWD/code
147
  python code/inference.py --model_path model --greedy --max_new_tokens 64 \
@@ -173,10 +173,10 @@ See `THIRD_PARTY_LICENSES.md` / `NOTICE` for the full third-party breakdown.
173
  ## Citation
174
 
175
  ```bibtex
176
- @misc{shenzhen2026,
177
- title = {ShenZhen (神珍): A Unified Scientific Multimodal Foundation Model},
178
  author = {Hesen Chen and Xinyu Su and Xiaomeng Yang and Yuetan Lin and Zixiong Yang and Zhiyu Tan and Hao Li},
179
  year = {2026},
180
- note = {https://huggingface.co/sais-org/ShenZhen}
181
  }
182
  ```
 
25
 
26
  <div align="center">
27
 
28
+ [🤗 Model](https://huggingface.co/sais-org/MKB) &nbsp;•&nbsp; [💻 GitHub](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB) &nbsp;•&nbsp; [📜 Technical Report (coming soon)](#) &nbsp;•&nbsp; [⚖️ License: Apache-2.0 + SAM License](https://github.com/Shanghai-Academy-of-AI-For-Science/MKB/blob/main/LICENSE)
29
 
30
  </div>
31
 
32
+ # 神珍 · Monkey King Bang (MKB)
33
 
34
  **神珍 is a unified scientific multimodal foundation model** that
35
  supports scientific **understanding and generation** across Earth science,
 
139
  Runs via the accompanying code repository (custom multimodal architecture).
140
 
141
  ```bash
142
+ git clone https://github.com/Shanghai-Academy-of-AI-For-Science/MKB && cd MKB
143
  pip install -r requirements.txt # Python 3.10; transformers==5.0.0
144
+ hf download sais-org/MKB --local-dir ./model
145
 
146
  export PYTHONPATH=$PWD/code
147
  python code/inference.py --model_path model --greedy --max_new_tokens 64 \
 
173
  ## Citation
174
 
175
  ```bibtex
176
+ @misc{mkb2026,
177
+ title = {MonkeyKing Bang: A Unified Scientific Multimodal Foundation Model},
178
  author = {Hesen Chen and Xinyu Su and Xiaomeng Yang and Yuetan Lin and Zixiong Yang and Zhiyu Tan and Hao Li},
179
  year = {2026},
180
+ note = {https://huggingface.co/sais-org/MKB}
181
  }
182
  ```