Xiaoye08 commited on
Commit
7b634b7
•
1 Parent(s): 594cb2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -71,12 +71,11 @@ Training Data: 200B tokens from [SlimPajama](https://www.cerebras.net/blog/slimp
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={LLaMA-MoE Team},
77
- journal={arXiv},
78
  year={2023},
79
- volume={abs/},
80
- url={https://arxiv.org}
81
  }
82
  ```
 
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
  ```