Update README.md
Browse files
README.md
CHANGED
@@ -71,3 +71,25 @@ configs:
|
|
71 |
- split: test_sft
|
72 |
path: data/test_sft-*
|
73 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
- split: test_sft
|
72 |
path: data/test_sft-*
|
73 |
---
|
74 |
+
# COIG-CQIA-sft: COIG-CQIA for sft in alignment-handbook
|
75 |
+
|
76 |
+
数据完全来自于[COIG-CQIA](https://huggingface.co/datasets/m-a-p/COIG-CQIA)。
|
77 |
+
|
78 |
+
暂时忽略了chinese_traditional,coig_pc,exam,finance这些转换麻烦或者语义上不适合当QA数据集的subset。
|
79 |
+
其中train_sft是全集,test_sft是ruozhiba,以便代码能够跑通。
|
80 |
+
|
81 |
+
经过reformat的本数据集可以直接使用[alignment-handbook](https://github.com/huggingface/alignment-handbook) 进行sft。
|
82 |
+
|
83 |
+
可以使用[zephyr-7b-beta/sft/config_qlora.yaml](https://github.com/huggingface/alignment-handbook/blob/main/recipes/zephyr-7b-beta/sft/config_qlora.yaml)进行尝试,模型和数据集都可以使用本地文件夹。
|
84 |
+
|
85 |
+
|
86 |
+
```bibtex
|
87 |
+
@misc{bai2024coig,
|
88 |
+
title={COIG-CQIA: Quality is All You Need for Chinese Instruction Fine-tuning},
|
89 |
+
author={Bai, Yuelin and Du, Xinrun and Liang, Yiming and Jin, Yonggang and Liu, Ziqiang and Zhou, Junting and Zheng, Tianyu and Zhang, Xincheng and Ma, Nuo and Wang, Zekun and others},
|
90 |
+
year={2024},
|
91 |
+
eprint={2403.18058},
|
92 |
+
archivePrefix={arXiv},
|
93 |
+
primaryClass={cs.CL}
|
94 |
+
}
|
95 |
+
```
|