File size: 409 Bytes
3fa4d51 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"prm_dpo_pairs_train": {
"file_name": "prm_dpo_pairs_train.jsonl",
"formatting": "sharegpt",
"ranking": true,
"columns": {
"messages": "messages",
"chosen": "chosen",
"rejected": "rejected"
},
"tags": {
"role_tag": "role",
"content_tag": "content",
"user_tag": "user",
"assistant_tag": "assistant",
"system_tag": "system"
}
}
} |