| { | |
| "model_type": "proxymos", | |
| "architectures": [ | |
| "OmniMOS" | |
| ], | |
| "library_name": "pytorch", | |
| "format": "pytorch_state_dict", | |
| "weights": "best_model_full.pt", | |
| "inference_script": "inference_model.py", | |
| "sample_rate": 16000, | |
| "encoder": "omniASR_W2V_300M", | |
| "hidden_size": 1024, | |
| "pooling": "attentive_statistics", | |
| "output": "mos_score" | |
| } | |