OTTC_MDD / scripts /public_space_model_registry.json
Haopeng's picture
Separate monophone and topology model choices
fabbb66
Raw
History Blame Contribute Delete
1.74 kB
{
"name": "ifmdd-pronunciation-space-ipa-arpabet",
"description": "Verified local ARPAbet and IPA CTC/OTTC bundles for the HF Space smoke deployment.",
"models": [
{
"id": "arpabet_subphonetic_ottc",
"display": "ARPAbet Subphonetic OTTC",
"backend": "speechbrain",
"source": "pretrained_models/paper8_bennevis_k2_topology_acou_model/topology_only_ottc_fixed/s3_t2_star_star",
"hparams_file": "inference.yaml",
"model_kind": "arpabet_subphonetic_ottc",
"sample_rate": 16000,
"label_space": "arpabet",
"model_type": "subphonetic_ottc"
},
{
"id": "ipa_ctc",
"display": "IPA CTC",
"backend": "speechbrain",
"source": "apps/pronunciation_playground/ipa_bundles/ipa_ctc",
"hparams_file": "inference.yaml",
"model_kind": "ipa_ctc",
"sample_rate": 16000,
"label_space": "ipa",
"model_type": "ctc"
},
{
"id": "ipa_ottc",
"display": "IPA OTTC",
"backend": "speechbrain",
"source": "apps/pronunciation_playground/ipa_bundles/ipa_ottc",
"hparams_file": "inference.yaml",
"model_kind": "ipa_ottc",
"sample_rate": 16000,
"label_space": "ipa",
"model_type": "ottc"
},
{
"id": "ipa_subphonetic_ottc",
"display": "IPA Subphonetic OTTC",
"backend": "speechbrain",
"source": "apps/pronunciation_playground/ipa_bundles/ipa_subphonetic_ottc",
"hparams_file": "inference.yaml",
"encoder_py": "apps/pronunciation_playground/ipa_bundles/ipa_subphonetic_ottc/TopologyEncoderASR.py",
"model_kind": "ipa_subphonetic_ottc",
"sample_rate": 16000,
"label_space": "ipa",
"model_type": "subphonetic_ottc"
}
]
}