csukuangfj commited on
Commit
3ace62f
1 Parent(s): e93da4c

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -7,6 +7,9 @@ license: mit
7
  This repo shows how to run [Paraformer](https://arxiv.org/abs/2206.08317)
8
  with onnxruntime in Python.
9
 
 
 
 
10
  # Usage
11
 
12
  ```bash
 
7
  This repo shows how to run [Paraformer](https://arxiv.org/abs/2206.08317)
8
  with onnxruntime in Python.
9
 
10
+ `model.onnx` is converted from
11
+ https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch
12
+
13
  # Usage
14
 
15
  ```bash