| { |
| "edge_feature_dim": 10, |
| "hidden_dim": 64, |
| "n_layers": 3, |
| "max_len": 12, |
| "n_verdict_classes": 3, |
| "verdict_labels": [ |
| "SUPPORTS", |
| "REFUTES", |
| "NOT_ENOUGH_INFO" |
| ], |
| "relation_kinds": [ |
| "connective", |
| "terminal", |
| "reportive" |
| ], |
| "best_val_acc": 0.9975000023841858, |
| "per_kind_acc": { |
| "anomaly": 1.0, |
| "clean": 0.9952830188679245, |
| "disconnected": 1.0, |
| "cyclic": 1.0, |
| "retracted": 1.0 |
| }, |
| "files": { |
| "checkpoint": "gnn.pt", |
| "relation_kinds": "relation_kinds.json", |
| "model_fp32": "onnx/sheaf_gnn.onnx", |
| "model_fp16": "onnx/sheaf_gnn.fp16.onnx" |
| } |
| } |