File size: 1,270 Bytes
6fe15c7 224a182 6fe15c7 1d1c8f3 6fe15c7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {
"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": false,
"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"
} |