Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,8 @@ library_name: transformers
|
|
| 8 |
|
| 9 |
# FineRMoE
|
| 10 |
|
|
|
|
|
|
|
| 11 |
Github: https://github.com/liaoning97/FineRMoE
|
| 12 |
|
| 13 |
## Introduction
|
|
@@ -127,5 +129,13 @@ if __name__ == "__main__":
|
|
| 127 |
|
| 128 |
If you find our work helpful, feel free to give us a cite.
|
| 129 |
```
|
| 130 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
```
|
|
|
|
| 8 |
|
| 9 |
# FineRMoE
|
| 10 |
|
| 11 |
+
Paper: https://arxiv.org/pdf/2603.13364
|
| 12 |
+
|
| 13 |
Github: https://github.com/liaoning97/FineRMoE
|
| 14 |
|
| 15 |
## Introduction
|
|
|
|
| 129 |
|
| 130 |
If you find our work helpful, feel free to give us a cite.
|
| 131 |
```
|
| 132 |
+
@misc{liao2026finermoedimensionexpansionfinergrained,
|
| 133 |
+
title={FineRMoE: Dimension Expansion for Finer-Grained Expert with Its Upcycling Approach},
|
| 134 |
+
author={Ning Liao and Xiaoxing Wang and Xiaohan Qin and Junchi Yan},
|
| 135 |
+
year={2026},
|
| 136 |
+
eprint={2603.13364},
|
| 137 |
+
archivePrefix={arXiv},
|
| 138 |
+
primaryClass={cs.CV},
|
| 139 |
+
url={https://arxiv.org/abs/2603.13364},
|
| 140 |
+
}
|
| 141 |
```
|