RangiLyu commited on
Commit
83a1263
·
verified ·
1 Parent(s): 6f8921e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,7 +31,7 @@ We introduce **Intern-S1-Pro**, a trillion-scale MoE multimodal scientific reaso
31
  - **State-of-the-art scientific reasoning**, competitive with leading closed-source models across AI4Science tasks.
32
  - **Strong general multimodal performance** on various benchmarks.
33
  - **Trillion-scale MoE training efficiency** with **STE** routing (dense gradient for router training) and **grouped routing** for stable convergence and balanced expert parallelism.
34
- - **Fourier Position Encoding (FoPE) + upgraded temporal modeling** for better physical/spectral signal representation; supports long, heterogeneous time-series (10^0–10^6 points).
35
 
36
  ### Performance
37
 
@@ -68,7 +68,7 @@ InternS1-Pro can be deployed using any of the following LLM inference frameworks
68
 
69
  Detailed deployment examples for these frameworks are available in the [Model Deployment Guide](./deployment_guide.md).
70
 
71
- > Deployment support for the temporal signal module is under optimization and will be released soon.
72
 
73
 
74
  ## Advanced Usage
 
31
  - **State-of-the-art scientific reasoning**, competitive with leading closed-source models across AI4Science tasks.
32
  - **Strong general multimodal performance** on various benchmarks.
33
  - **Trillion-scale MoE training efficiency** with **STE** routing (dense gradient for router training) and **grouped routing** for stable convergence and balanced expert parallelism.
34
+ - **Fourier Position Encoding (FoPE) + upgraded time-series modeling** for better physical signal representation; supports long, heterogeneous time-series (10^0–10^6 points).
35
 
36
  ### Performance
37
 
 
68
 
69
  Detailed deployment examples for these frameworks are available in the [Model Deployment Guide](./deployment_guide.md).
70
 
71
+ > Deployment support for the time-series module is under optimization and will be released soon.
72
 
73
 
74
  ## Advanced Usage