snap-weights / ko /KO_model_index.json
softguy777's picture
Upload folder using huggingface_hub
224a182 verified
Raw
History Blame Contribute Delete
1.27 kB
{
"bert_model_id": "kykim/bert-kor-base",
"bert_model": "KO_model_bert_int8.onnx",
"use_int8": true,
"device": "cpu",
"description": "Korean TTS Frontend — BERT heads + phonology rules",
"number": {
"enabled": true
},
"counter": {
"enabled": true,
"head_onnx": "KO_model_counter.onnx"
},
"heteronym": {
"enabled": true,
"head_onnx": "KO_heteronym_head.onnx",
"targets_json": "KO_heteronym_targets.json",
"conf_threshold": 0.6
},
"semiotic": {
"enabled": true,
"head_onnx": "KO_semiotic_head.onnx",
"label_map": "KO_semiotic_label_map.json"
},
"vowel_length": {
"enabled": true,
"long_dict": "KO_vowel_length_long_dict.json"
},
"morph": {
"enabled": true,
"head_onnx": "KO_morph_head_trie.onnx",
"label_map": "KO_morph_label_map.json"
},
"dictionaries": {
"loanwords": "KO_dict_loanwords.json",
"eng_brand": "KO_dict_eng_brand.json",
"eng_cmu": "KO_dict_eng_cmu.json",
"eng_custom": "KO_dict_eng_custom.json",
"eng_merged": "KO_dict_eng_merged.json"
},
"tokenizer": "KO_tokenizer.json"
}