suicideproject / src /model_registry.py
Antigravity Deploy Agent
Deploy Suicide Risk Detection web application to Hugging Face Spaces
0be18fb
Raw
History Blame Contribute Delete
444 Bytes
MODEL_REGISTRY = {
# multilingual (best for code-mix)
"xlmr": "xlm-roberta-base",
# Bangla
"banglabert": "csebuetnlp/banglabert",
# Indic multilingual
"indicbert": "ai4bharat/indic-bert",
# English BERT baseline
"bert": "bert-base-uncased",
# Mental-health domain (English)
# NOTE: change this to the exact HuggingFace repo you prefer/are using
"mentalbert": "mental/mental-bert-base-uncased",
}