| { | |
| "model_type": "visual-moral-compass", | |
| "base_model": "openai/clip-vit-base-patch16", | |
| "num_pairs": 5, | |
| "moral_foundations": [ | |
| [ | |
| "Care", | |
| "Harm" | |
| ], | |
| [ | |
| "Fairness", | |
| "Cheating" | |
| ], | |
| [ | |
| "Loyalty", | |
| "Betrayal" | |
| ], | |
| [ | |
| "Respect", | |
| "Subversion" | |
| ], | |
| [ | |
| "Sanctity", | |
| "Degradation" | |
| ] | |
| ], | |
| "architectures": [ | |
| "CLIPImageMultiClassification" | |
| ] | |
| } |