Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ftshijt committed Dec 7, 2023
1 parent 38644f5 commit 3b2a4ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/mr_hubert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ $ python fairseq_cli/hydra_train.py \
model.w2v_path=/path/to/checkpoint
```

Please see sample pre-training scripts `finetune.sh` for an example script.
Please see sample fine-tuning scripts `finetune.sh` for an example script.

### Decode a MR-HuBERT model

Expand Down Expand Up @@ -184,4 +184,4 @@ Important parameters include:

To decode with a Fairseq LM, you may check the usage examples in wav2vec2 or hubert examples.

Please see sample pre-training scripts `decode.sh` for an example script.
Please see sample decoding scripts `decode.sh` for an example script.

0 comments on commit 3b2a4ed

Please sign in to comment.