File size: 2,620 Bytes
e7f1242 032ab54 e7f1242 032ab54 366dfcb 032ab54 36c5d8c 032ab54 9c39a48 032ab54 2ae80d9 032ab54 42bda46 032ab54 f4268e8 032ab54 720f6e9 032ab54 716fa66 032ab54 050213e 032ab54 ce4f06d e7f1242 032ab54 e7f1242 032ab54 366dfcb 032ab54 36c5d8c 032ab54 9c39a48 032ab54 2ae80d9 032ab54 42bda46 032ab54 f4268e8 032ab54 720f6e9 032ab54 716fa66 032ab54 050213e 032ab54 ce4f06d fee75de 96f5cae fee75de 96f5cae e7f1242 e2632e9 b371137 e2632e9 b371137 fee75de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
---
dataset_info:
features:
- name: prompt
dtype: string
- name: messages
list:
- name: role
dtype: string
- name: content
dtype: string
splits:
- name: train_douban
num_bytes: 5567696
num_examples: 3086
- name: train_human_value
num_bytes: 806635
num_examples: 1007
- name: train_logi_qa
num_bytes: 666517
num_examples: 421
- name: train_ruozhiba
num_bytes: 228494
num_examples: 240
- name: train_segmentfault
num_bytes: 1068526
num_examples: 458
- name: train_wiki
num_bytes: 27611061
num_examples: 10603
- name: train_wikihow
num_bytes: 11069103
num_examples: 1485
- name: train_xhs
num_bytes: 2551884
num_examples: 1508
- name: train_zhihu
num_bytes: 13986060
num_examples: 5631
- name: train
num_bytes: 63555976
num_examples: 24439
- name: test
num_bytes: 228494
num_examples: 240
download_size: 67916523
dataset_size: 127340446
configs:
- config_name: default
data_files:
- split: train_douban
path: data/train_douban_sft-*
- split: train_human_value
path: data/train_human_value_sft-*
- split: train_logi_qa
path: data/train_logi_qa_sft-*
- split: train_ruozhiba
path: data/train_ruozhiba_sft-*
- split: train_segmentfault
path: data/train_segmentfault_sft-*
- split: train_wiki
path: data/train_wiki_sft-*
- split: train_wikihow
path: data/train_wikihow_sft-*
- split: train_xhs
path: data/train_xhs_sft-*
- split: train_zhihu
path: data/train_zhihu_sft-*
- split: train
path: data/train_sft-*
- split: test
path: data/test_sft-*
task_categories:
- text-generation
- question-answering
language:
- zh
pretty_name: e
size_categories:
- 10K<n<100K
tags:
- sft
---
# SFT-COIG-CQIA-handbook
The rearranged dataset for direct use in [alignment-handbook](https://github.com/huggingface/alignment-handbook).
数据完全来自于[COIG-CQIA](https://huggingface.co/datasets/m-a-p/COIG-CQIA)。
暂时忽略了chinese_traditional,coig_pc,exam,finance这些转换麻烦或者语义上不适合当QA数据集的subset。
其中train是全集,test是ruozhiba,以便代码能够跑通。
```bibtex
@misc{bai2024coig,
title={COIG-CQIA: Quality is All You Need for Chinese Instruction Fine-tuning},
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},
year={2024},
eprint={2403.18058},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
``` |