Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ FuxiTranyu supports 43 natural languages (Arabic, Bengali, Bulgarian, Burmese, C
|
|
15 |
|
16 |
FuxiTranyu-8B-DPO is trained using DPO with the UltraFeedback dataset, based on the [FuxiTranyu-8B](https://huggingface.co/TJUNLP/FuxiTranyu-8B) model.
|
17 |
|
18 |
-
More details on the data collection & processing, pretraining and fine-tuning of FuxiTranyu can be found in the technical report.
|
19 |
|
20 |
We also provide the instruction fine-tuned version at [here](https://huggingface.co/TJUNLP/FuxiTranyu-8B-SFT).
|
21 |
## Usage
|
@@ -43,12 +43,11 @@ print(response)
|
|
43 |
## Citation info
|
44 |
|
45 |
```bibtex
|
46 |
-
@
|
47 |
title={FuxiTranyu: A Multilingual Large Language Model Trained with Balanced Data},
|
48 |
author={Haoran Sun, Renren Jin, Shaoyang Xu, Leiyu Pan, Supryadi, Menglong Cui, Jiangcun Du, Yikun Lei, Lei Yang, Ling Shi, Juesi Xiao, Shaolin Zhu, and Deyi Xiong},
|
|
|
49 |
year={2024},
|
50 |
-
|
51 |
-
archivePrefix={arXiv},
|
52 |
-
primaryClass={cs.CL}
|
53 |
}
|
54 |
```
|
|
|
15 |
|
16 |
FuxiTranyu-8B-DPO is trained using DPO with the UltraFeedback dataset, based on the [FuxiTranyu-8B](https://huggingface.co/TJUNLP/FuxiTranyu-8B) model.
|
17 |
|
18 |
+
More details on the data collection & processing, pretraining and fine-tuning of FuxiTranyu can be found in the [technical report](https://arxiv.org/abs/2408.06273).
|
19 |
|
20 |
We also provide the instruction fine-tuned version at [here](https://huggingface.co/TJUNLP/FuxiTranyu-8B-SFT).
|
21 |
## Usage
|
|
|
43 |
## Citation info
|
44 |
|
45 |
```bibtex
|
46 |
+
@article{FuxiTranyu8B,
|
47 |
title={FuxiTranyu: A Multilingual Large Language Model Trained with Balanced Data},
|
48 |
author={Haoran Sun, Renren Jin, Shaoyang Xu, Leiyu Pan, Supryadi, Menglong Cui, Jiangcun Du, Yikun Lei, Lei Yang, Ling Shi, Juesi Xiao, Shaolin Zhu, and Deyi Xiong},
|
49 |
+
journal={arxiv preprint arXiv:2408.06273},
|
50 |
year={2024},
|
51 |
+
url={https://arxiv.org/abs/2408.06273}
|
|
|
|
|
52 |
}
|
53 |
```
|