Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<img src="https://github.com/limix-ldm/LimiX/raw/main/doc/LimiX-Logo.png" alt="LimiX summary" width="89%">
|
| 3 |
</div>
|
| 4 |
|
| 5 |
-
#
|
| 6 |
- 2025-11-10: LimiX-2M is officially released! Compared to LimiX-16M, this smaller variant offers significantly lower GPU memory usage and faster inference speed. The retrieval mechanism has also been enhanced, further improving model performance while reducing both inference time and memory consumption.
|
| 7 |
- 2025-08-29: LimiX V1.0 Released.
|
| 8 |
|
|
@@ -282,7 +282,7 @@ print(f'R2: {r2}')
|
|
| 282 |
For additional examples, refer to [inference_regression.py](https://github.com/limix-ldm/LimiX/raw/main/inference_regression.py)
|
| 283 |
|
| 284 |
## ➩ Missing value imputation
|
| 285 |
-
For the demo file, see [
|
| 286 |
|
| 287 |
# ➤ Link
|
| 288 |
- LimiX:Unleashing Structured-Data Modeling Capability for Generalist Intelligence: [LimiX:Unleashing Structured-Data Modeling Capability for Generalist Intelligence](https://arxiv.org/abs/2509.03505)
|
|
|
|
| 2 |
<img src="https://github.com/limix-ldm/LimiX/raw/main/doc/LimiX-Logo.png" alt="LimiX summary" width="89%">
|
| 3 |
</div>
|
| 4 |
|
| 5 |
+
# 💥 News
|
| 6 |
- 2025-11-10: LimiX-2M is officially released! Compared to LimiX-16M, this smaller variant offers significantly lower GPU memory usage and faster inference speed. The retrieval mechanism has also been enhanced, further improving model performance while reducing both inference time and memory consumption.
|
| 7 |
- 2025-08-29: LimiX V1.0 Released.
|
| 8 |
|
|
|
|
| 282 |
For additional examples, refer to [inference_regression.py](https://github.com/limix-ldm/LimiX/raw/main/inference_regression.py)
|
| 283 |
|
| 284 |
## ➩ Missing value imputation
|
| 285 |
+
For the demo file, see [demo_missing_value_imputation.py](https://github.com/limix-ldm/LimiX/raw/main/examples/inference_regression.py)
|
| 286 |
|
| 287 |
# ➤ Link
|
| 288 |
- LimiX:Unleashing Structured-Data Modeling Capability for Generalist Intelligence: [LimiX:Unleashing Structured-Data Modeling Capability for Generalist Intelligence](https://arxiv.org/abs/2509.03505)
|