privacy-comparator / comparator_config.json
Gigi
Initial release: Privacy Comparator LoRA
37ef6ae
raw
history blame contribute delete
199 Bytes
{
"model_role": "privacy_comparator",
"task": "pairwise_privacy_ranking",
"input": {
"message_A": "text",
"message_B": "text"
},
"output": {
"response": ["A", "B", "SAME"]
}
}