Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes for ML-SUPERB #5202

Merged
merged 3 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion egs2/TEMPLATE/asr1/db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MAGICDATA=downloads
MEDIASPEECH=downloads
MINI_LIBRISPEECH=downloads
MISP2021=
MSUPERB=/ocean/projects/cis210027p/shared/corpora/MultilingualSUPERB
MLSUPERB=
L3DAS22=
LIBRIMIX=downloads
LIBRITTS=
Expand Down
4 changes: 2 additions & 2 deletions egs2/ml_superb/asr1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Dataset are extracted from various multilingual sources. All sources are with ei

### Data download/setup

[Pending]
[Download link](https://drive.google.com/file/d/1-XxaFv3bd-XFdbiq-5k1uXD1nlF7jiKZ/view?usp=drive_link)

After download the dataset, please set the `MLSUPERB` to the data directory. The preparation will be automatically done in scripts for each tasks.

### Self-supervised model setup

ML-SUPERB utilizes [S3PRL]() to support different self-supervised model, supporting both the current popular self-supervised models and customized models from users.
ML-SUPERB utilizes [S3PRL](https://github.com/s3prl/s3prl) to support different self-supervised model, supporting both the current popular self-supervised models and customized models from users.

#### Existng self-supervised model

Expand Down
2 changes: 1 addition & 1 deletion egs2/ml_superb/asr1/local/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ log "data preparation started"

if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
log "stage1: Download data to ${MLSUPERB}"
log "Not released yet"
log "Please use the download link in readme and set the MLSUPERB as its unzipped path."
fi

if [ ${stage} -le 2 ] && [ ${stop_stage} -ge 2 ]; then
Expand Down