mispeech/dasheng-base
115.1k
1{2 "architectures": [3 "DashengModel"4 ],5 "auto_map": {6 "AutoConfig": "configuration_dasheng.DashengConfig",7 "AutoModel": "modeling_dasheng.DashengModel"8 },9 "encoder_kwargs": {10 "depth": 12,11 "embed_dim": 768,12 "num_heads": 12,13 "patch_size": [14 64,15 416 ],17 "patch_stride": [18 64,19 420 ],21 "target_length": 100822 },23 "loss": "BCELoss",24 "model_type": "dasheng",25 "name": "dasheng-base",26 "torch_dtype": "float32",27 "transformers_version": "4.35.2"28}29 