File size: 452 Bytes
69cf514
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "framework": "pytorch",
  "task" : "punctuation",
  "model" : {
    "type" : "generic-punc",
    "punc_model_name" : "punc.pb",
    "punc_model_config" : {
      "type": "pytorch",
      "code_base": "funasr",
      "mode": "punc",
      "lang": "zh-cn",
      "batch_size": 1,
      "punc_config": "punc.yaml",
      "model": "damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch"
    }
  },
  "pipeline": {
    "type":"punc-inference"
  }
}