-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e446b8
commit dd0ff2c
Showing
107 changed files
with
647 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,14 @@ jobs: | |
git push https://csukuangfj:[email protected]/csukuangfj/sherpa-onnx-zh-wenet-aishell main || true | ||
cd .. | ||
rm -rf huggingface | ||
rm -rf huggingface/.git | ||
dst=sherpa-onnx-zh-wenet-aishell | ||
mv huggingface $dst | ||
tar cjvf $dst.tar.bz2 $dst | ||
rm -rf $dst | ||
- name: Publish to huggingface (aishell2) | ||
env: | ||
|
@@ -115,7 +122,14 @@ jobs: | |
git push https://csukuangfj:[email protected]/csukuangfj/sherpa-onnx-zh-wenet-aishell2 main || true | ||
cd .. | ||
rm -rf huggingface | ||
rm -rf huggingface/.git | ||
dst=sherpa-onnx-zh-wenet-aishell2 | ||
mv huggingface $dst | ||
tar cjvf $dst.tar.bz2 $dst | ||
rm -rf $dst | ||
- name: Publish to huggingface (multi_cn) | ||
env: | ||
|
@@ -157,7 +171,14 @@ jobs: | |
git push https://csukuangfj:[email protected]/csukuangfj/sherpa-onnx-zh-wenet-multi-cn main || true | ||
cd .. | ||
rm -rf huggingface | ||
rm -rf huggingface/.git | ||
dst=sherpa-onnx-zh-wenet-multi-cn | ||
mv huggingface $dst | ||
tar cjvf $dst.tar.bz2 $dst | ||
rm -rf $dst | ||
- name: Publish to huggingface (wenetspeech) | ||
env: | ||
|
@@ -199,7 +220,14 @@ jobs: | |
git push https://csukuangfj:[email protected]/csukuangfj/sherpa-onnx-zh-wenet-wenetspeech main || true | ||
cd .. | ||
rm -rf huggingface | ||
rm -rf huggingface/.git | ||
dst=sherpa-onnx-zh-wenet-wenetspeech | ||
mv huggingface $dst | ||
tar cjvf $dst.tar.bz2 $dst | ||
rm -rf $dst | ||
- name: Publish to huggingface (librispeech) | ||
env: | ||
|
@@ -242,7 +270,14 @@ jobs: | |
git push https://csukuangfj:[email protected]/csukuangfj/sherpa-onnx-en-wenet-librispeech main || true | ||
cd .. | ||
rm -rf huggingface | ||
rm -rf huggingface/.git | ||
dst=sherpa-onnx-en-wenet-librispeech | ||
mv huggingface $dst | ||
tar cjvf $dst.tar.bz2 $dst | ||
rm -rf $dst | ||
- name: Publish to huggingface (gigaspeech) | ||
env: | ||
|
@@ -285,4 +320,21 @@ jobs: | |
git push https://csukuangfj:[email protected]/csukuangfj/sherpa-onnx-en-wenet-gigaspeech main || true | ||
cd .. | ||
rm -rf huggingface | ||
rm -rf huggingface/.git | ||
dst=sherpa-onnx-en-wenet-gigaspeech | ||
mv huggingface $dst | ||
tar cjvf $dst.tar.bz2 $dst | ||
rm -rf $dst | ||
- name: Release | ||
uses: svenstaro/upload-release-action@v2 | ||
with: | ||
file_glob: true | ||
file: ./*.tar.bz2 | ||
overwrite: true | ||
repo_name: k2-fsa/sherpa-onnx | ||
repo_token: ${{ secrets.UPLOAD_GH_SHERPA_ONNX_TOKEN }} | ||
tag: asr-models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.