hfl-rc commited on
Commit
1f8200b
1 Parent(s): b7f0e6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -24,4 +24,18 @@ This repository contains **Chinese-Mixtral-LoRA**, which is further pre-trained
24
 
25
  - For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-gguf
26
 
27
- - If you have questions/issues regarding this model, please submit an issue through [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  - For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-gguf
26
 
27
+ - If you have questions/issues regarding this model, please submit an issue through [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/).
28
+
29
+ ## Citation
30
+
31
+ Please consider cite our paper if you use the resource of this repository.
32
+ Paper link: https://arxiv.org/abs/2403.01851
33
+ ```
34
+ @article{chinese-mixtral,
35
+ title={Rethinking LLM Language Adaptation: A Case Study on Chinese Mixtral},
36
+ author={Cui, Yiming and Yao, Xin},
37
+ journal={arXiv preprint arXiv:2403.01851},
38
+ url={https://arxiv.org/abs/2403.01851},
39
+ year={2024}
40
+ }
41
+ ```