From a7251d3ff35a868eddb6fb14f64b3446d6b51f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E9=9B=81?= Date: Tue, 29 Nov 2022 12:57:21 +0800 Subject: [PATCH] update details --- README.md | 2 +- funasr/losses/__init__.py | 0 funasr/models/__init__.py | 0 funasr/modules/__init__.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 funasr/losses/__init__.py create mode 100644 funasr/models/__init__.py create mode 100644 funasr/modules/__init__.py diff --git a/README.md b/README.md index 795a1308e..b140a20bc 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This project is licensed under the [The MIT License](https://opensource.org/lice title={Universal ASR: Unifying Streaming and Non-Streaming ASR Using a Single Encoder-Decoder Model}, author={Gao, Zhifu and Zhang, Shiliang and Lei, Ming and McLoughlin, Ian}, booktitle={arXiv preprint arXiv:2010.14099}, - year={2010} + year={2020} } @inproceedings{gao2022paraformer, diff --git a/funasr/losses/__init__.py b/funasr/losses/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/funasr/models/__init__.py b/funasr/models/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/funasr/modules/__init__.py b/funasr/modules/__init__.py new file mode 100644 index 000000000..e69de29bb