File size: 450 Bytes
4f7d8f9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"framework": "pytorch",
"task" : "punctuation",
"model": {"type" : "funasr"},
"pipeline": {"type":"funasr-pipeline"},
"model_name_in_hub": {
"ms":"iic/punc_ct-transformer_cn-en-common-vocab471067-large",
"hf":""},
"file_path_metas": {
"init_param":"model.pt",
"config":"config.yaml",
"tokenizer_conf": {"token_list": "tokens.json", "jieba_usr_dict": "jieba_usr_dict"},
"jieba_usr_dict": "jieba_usr_dict"
}
}
|