Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,16 @@ Optional monkeypatches included for [Liger Kernel](https://github.com/linkedin/L
|
|
| 16 |
## Citations
|
| 17 |
|
| 18 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
@misc{tan2024scatteredmixtureofexpertsimplementation,
|
| 20 |
title={Scattered Mixture-of-Experts Implementation},
|
| 21 |
author={Shawn Tan and Yikang Shen and Rameswar Panda and Aaron Courville},
|
|
|
|
| 16 |
## Citations
|
| 17 |
|
| 18 |
```
|
| 19 |
+
@misc{qwen3technicalreport,
|
| 20 |
+
title={Qwen3 Technical Report},
|
| 21 |
+
author={Qwen Team},
|
| 22 |
+
year={2025},
|
| 23 |
+
eprint={2505.09388},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.CL},
|
| 26 |
+
url={https://arxiv.org/abs/2505.09388},
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
@misc{tan2024scatteredmixtureofexpertsimplementation,
|
| 30 |
title={Scattered Mixture-of-Experts Implementation},
|
| 31 |
author={Shawn Tan and Yikang Shen and Rameswar Panda and Aaron Courville},
|