{ "model_type": "multievalvietsum", "repo_id": "phuongntc/MultiEvalVietSum", "backbone_name": "jhu-clsp/mmBERT-base", "max_len": 2048, "summary_max_len": 192, "pooling": "cls_plus_mean", "outputs": [ "faithfulness", "coherence", "relevance" ], "notes": [ "Custom evaluator architecture on top of a Hugging Face backbone", "Use modeling_multievalvietsum.py to load the model correctly" ] }