Update README.md
Browse files
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 |
+
```
|