File size: 373 Bytes
6171ee9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"framework": "pytorch",
"task" : "punctuation",
"model": {"type" : "funasr"},
"pipeline": {"type":"funasr-pipeline"},
"model_name_in_hub": {
"ms":"iic/punc_ct-transformer_zh-cn-common-vocab272727-pytorch",
"hf":""},
"file_path_metas": {
"init_param":"model.pt",
"config":"config.yaml",
"tokenizer_conf": {"token_list": "tokens.json"}}
}
|