LukeJacob2023 commited on
Commit
2702132
1 Parent(s): 08c7ce3

Upload 3 files

Browse files
Files changed (3) hide show
  1. configuration.json +20 -0
  2. punc.bin +3 -0
  3. punc.onnx +3 -0
configuration.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "framework": "onnx",
3
+ "task" : "punctuation",
4
+ "model" : {
5
+ "type" : "generic-punc",
6
+ "punc_model_name" : "punc.pb",
7
+ "punc_model_config" : {
8
+ "type": "pytorch",
9
+ "code_base": "funasr",
10
+ "mode": "punc",
11
+ "lang": "zh-cn",
12
+ "batch_size": 1,
13
+ "punc_config": "punc.yaml",
14
+ "model": "damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch"
15
+ }
16
+ },
17
+ "pipeline": {
18
+ "type":"punc-inference"
19
+ }
20
+ }
punc.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a6f2ec7cfa74c1ec932223425a35ce801bb0171571330a94d5d78f9ba2e245
3
+ size 2848807
punc.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5318d91ff9520a03a5b5a8dba264b76858931db7d914b0de6ec9e4ad35970e
3
+ size 292001778