From 0de6bad85c053ac6a55826af7997c84a6109d3f9 Mon Sep 17 00:00:00 2001 From: sudowind Date: Thu, 26 Jun 2025 22:28:37 +0800 Subject: [PATCH] feat: remove mdoel files --- .gitattributes | 3 --- .gitignore | 6 +++++- download_model.sh | 3 +++ weights/model_1.onnx | 3 --- .../lm/lm.pb | 3 --- .../model.pb | 3 --- 6 files changed, 8 insertions(+), 13 deletions(-) create mode 100644 download_model.sh delete mode 100644 weights/model_1.onnx delete mode 100644 weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/lm/lm.pb delete mode 100644 weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.pb diff --git a/.gitattributes b/.gitattributes index f69af18..e69de29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +0,0 @@ -*.pth filter=lfs diff=lfs merge=lfs -text -*.pb filter=lfs diff=lfs merge=lfs -text -*.onnx filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/.gitignore b/.gitignore index 699b799..ec60f13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ *.pyc __pycache__ -/results/ \ No newline at end of file +/results/ + +lm.pb +model_1.onnx +model.pb \ No newline at end of file diff --git a/download_model.sh b/download_model.sh new file mode 100644 index 0000000..20d8831 --- /dev/null +++ b/download_model.sh @@ -0,0 +1,3 @@ +modelscope download --model HumanAIGC-Engineering/LiteAvatarGallery lite_avatar_weights/lm.pb --local_dir ./weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/lm/ +modelscope download --model HumanAIGC-Engineering/LiteAvatarGallery lite_avatar_weights/model_1.onnx --local_dir ./weights/ +modelscope download --model HumanAIGC-Engineering/LiteAvatarGallery lite_avatar_weights/model.pb --local_dir ./weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/ \ No newline at end of file diff --git a/weights/model_1.onnx b/weights/model_1.onnx deleted file mode 100644 index 67addc8..0000000 --- a/weights/model_1.onnx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:312f0213a23a1c17ecb66f9edf8413b8ef193c0d4d2f5f9dd6714a178492c34c -size 184415825 diff --git a/weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/lm/lm.pb b/weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/lm/lm.pb deleted file mode 100644 index 1414f72..0000000 --- a/weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/lm/lm.pb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b59db5f607fde57bd8d6c8df8f22ce5b37ec7adcdb7b4ee785a4478f06c1c50 -size 237373385 diff --git a/weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.pb b/weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.pb deleted file mode 100644 index 0bcfb7b..0000000 --- a/weights/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/model.pb +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bba782a5e9196166233b9ab12ba04cadff9ef9212b4ff6153ed9290ff679025 -size 880502012