Views
No views yet
phobihsd_proposed.pt: PyTorch checkpoint (state_dict + optional thresholds).phobihsd_proposed.meta.json: model metadata.model_comparison.yaml: training/inference config used by this repository.0: Clean1: Offensive2: Hate1{
2 "model_name": "vinai/phobert-base-v2",
3 "head_type": "cls_mlp",
4 "hidden_dim": 256,
5 "dropout": 0.5,
6 "freeze_encoder": false,
7 "max_len": 100,
8 "thresholds": [
9 0.4,
10 0.4,
11 0.6
12 ],
13 "seed": 4
14}1export PHOBIHSD_PROPOSED_CKPT=phobihsd_proposed.pt
2export PHOBIHSD_CONFIG=config/experiments/model_comparison.yaml
3python -m app.gradio_app