Update README.md
Browse files
README.md
CHANGED
@@ -43,4 +43,18 @@ Due to the file size limitation, for F16 model, please use `cat` command to conc
|
|
43 |
|
44 |
- For Hugging Face version, please see: https://huggingface.co/hfl/chinese-mixtral
|
45 |
|
46 |
-
- If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-Mixtral/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
- For Hugging Face version, please see: https://huggingface.co/hfl/chinese-mixtral
|
45 |
|
46 |
+
- If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-Mixtral/.
|
47 |
+
|
48 |
+
## Citation
|
49 |
+
|
50 |
+
Please consider cite our paper if you use the resource of this repository.
|
51 |
+
Paper link: https://arxiv.org/abs/2403.01851
|
52 |
+
```
|
53 |
+
@article{chinese-mixtral,
|
54 |
+
title={Rethinking LLM Language Adaptation: A Case Study on Chinese Mixtral},
|
55 |
+
author={Cui, Yiming and Yao, Xin},
|
56 |
+
journal={arXiv preprint arXiv:2403.01851},
|
57 |
+
url={https://arxiv.org/abs/2403.01851},
|
58 |
+
year={2024}
|
59 |
+
}
|
60 |
+
```
|