hfl-rc commited on
Commit
28fedc3
1 Parent(s): df94a80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -45,4 +45,19 @@ Due to the file size limitation, for F16 model, please use `cat` command to conc
45
 
46
  For Hugging Face version, please see: https://huggingface.co/hfl/chinese-mixtral-instruct
47
 
48
- Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  For Hugging Face version, please see: https://huggingface.co/hfl/chinese-mixtral-instruct
47
 
48
+ Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.
49
+
50
+
51
+ ## Citation
52
+
53
+ Please consider cite our paper if you use the resource of this repository.
54
+ Paper link: https://arxiv.org/abs/2403.01851
55
+ ```
56
+ @article{chinese-mixtral,
57
+ title={Rethinking LLM Language Adaptation: A Case Study on Chinese Mixtral},
58
+ author={Cui, Yiming and Yao, Xin},
59
+ journal={arXiv preprint arXiv:2403.01851},
60
+ url={https://arxiv.org/abs/2403.01851},
61
+ year={2024}
62
+ }
63
+ ```