Multi_EvalSumViet2 / arch_config.json
phuongntc's picture
Initial release: backbone (videberta), trunk+3 heads, configs, loader, README
e1c2520 verified
Raw
History Blame Contribute Delete
600 Bytes
{
"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
]
}