datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Chinese-StackOverflow-QA-C_Language
中文 StackOverflow C 语言问答数据集
💻 Github Repo
基本信息
本数据集提供了两个子集:
translated:原数据集 Mxode/StackOverflow-QA-C-Language-40k 的中文翻译版本,数量约 40K。
synthetic **(Default)**:在原数据集 Mxode/StackOverflow-QA-C-Language-40k 的基础上,重新扩充、合成的问答数据集,数量约 200K。
数据格式
请注意:两个子集的数据格式并不完全相同。
translated 子集:
{
"id": << 12位nanoid >>,
"question_en": << 用户提问(英文) >>,
"question_zh": << 用户提问(中文) >>,
"answer_en": << 用户回答(英文) >>,
"answer_zh": << 用户回答(中文) >>,
}
synthetic 子集:
{
"id": <<… See the full description on the dataset page: https://huggingface.co/datasets/Mxode/Chinese-StackOverflow-QA-C_Language.Ancient-Chinese-Language-CUZlanguages-translate-chinese
