add readme for dataset

Former-commit-id: bdcb0ea40e726e4c5752f938b379ed9a18e7e1d0
This commit is contained in:
codemayq
2023-08-23 19:55:45 +08:00
parent cbc7db3478
commit a6662b73f5
2 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,8 @@
"query": "数据集代表请求的表头名称默认input",
"response": "数据集代表回答的表头名称默认output",
"history": "数据集代表历史对话的表头名称默认None"
}
},
"stage": "数据所应用的训练阶段,可选值有 pt, sft, rm 三个,对应预训练,指令监督微调(PPO),奖励模型(DPO)训练, 默认为None表示不限制"
}
```
@@ -26,6 +27,7 @@
"output": [
"Chosen answer",
"Rejected answer"
]
],
"stage": "rm"
}
```