Spico commited on
Commit
177a9a7
•
1 Parent(s): 7b634b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -71,11 +71,11 @@ Training Data: 200B tokens from [SlimPajama](https://www.cerebras.net/blog/slimp
71
  ## 📃 Citation
72
 
73
  ```bibtex
74
- @misc{llama-moe-2023,
75
  title={LLaMA-MoE: Building Mixture-of-Experts from LLaMA with Continual Pre-training},
76
- author={LLaMA-MoE Team},
77
- year={2023},
78
- month={Dec},
79
- url={https://github.com/pjlab-sys4nlp/llama-moe}
80
  }
81
  ```
 
71
  ## 📃 Citation
72
 
73
  ```bibtex
74
+ @article{llama-moe,
75
  title={LLaMA-MoE: Building Mixture-of-Experts from LLaMA with Continual Pre-training},
76
+ author={Tong Zhu and Xiaoye Qu and Daize Dong and Jiacheng Ruan and Jingqi Tong and Conghui He and Yu Cheng},
77
+ journal={arXiv preprint arXiv:2406.16554},
78
+ year={2024},
79
+ url={https://arxiv.org/abs/2406.16554},
80
  }
81
  ```