Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,18 @@ This repository contains **Chinese-Mixtral-Instruct**, which is further tuned wi
|
|
24 |
|
25 |
- For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-instruct-gguf
|
26 |
|
27 |
-
- If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-Mixtral/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
- For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-instruct-gguf
|
26 |
|
27 |
+
- If you have questions/issues regarding this model, please submit an issue through 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 |
+
```
|