{ "backbone": "Fsoft-AIC/videberta-base", "pooling": "mean", "trunk": { "type": "mlp", "hidden_in": 768, "hidden_mid": 256, "activation": "gelu", "dropout": 0.1 }, "heads": [ { "name": "faith", "type": "linear", "in": 256, "out": 1 }, { "name": "coherence", "type": "linear", "in": 256, "out": 1 }, { "name": "relevance", "type": "linear", "in": 256, "out": 1 } ], "labels": [ "faith", "coherence", "relevance" ], "output_range": [ 0.0, 1.0 ] }