| { | |
| "id2label": { | |
| "0": "approve", | |
| "1": "deny" | |
| }, | |
| "label2id": { | |
| "approve": 0, | |
| "deny": 1 | |
| }, | |
| "note": "logits[:,1] is P(deny) after softmax" | |
| } |
| { | |
| "id2label": { | |
| "0": "approve", | |
| "1": "deny" | |
| }, | |
| "label2id": { | |
| "approve": 0, | |
| "deny": 1 | |
| }, | |
| "note": "logits[:,1] is P(deny) after softmax" | |
| } |