Update README.md
Browse files
README.md
CHANGED
|
@@ -50,6 +50,15 @@ More details can be found in our paper.
|
|
| 50 |
If you use LibMoE, please cite it using this BibTeX:
|
| 51 |
|
| 52 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
```
|
| 54 |
|
| 55 |
---
|
|
|
|
| 50 |
If you use LibMoE, please cite it using this BibTeX:
|
| 51 |
|
| 52 |
```
|
| 53 |
+
@misc{nguyen2024libmoelibrarycomprehensivebenchmarking,
|
| 54 |
+
title={LIBMoE: A Library for comprehensive benchmarking Mixture of Experts in Large Language Models},
|
| 55 |
+
author={Nam V. Nguyen and Thong T. Doan and Luong Tran and Van Nguyen and Quang Pham},
|
| 56 |
+
year={2024},
|
| 57 |
+
eprint={2411.00918},
|
| 58 |
+
archivePrefix={arXiv},
|
| 59 |
+
primaryClass={cs.CL},
|
| 60 |
+
url={https://arxiv.org/abs/2411.00918},
|
| 61 |
+
}
|
| 62 |
```
|
| 63 |
|
| 64 |
---
|