Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed the description of the preprocessing and added acknowledgment.
  • Loading branch information
mattiadg authored Apr 12, 2020
1 parent 2d15240 commit 66b4d0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 44,7 @@ bash FBK-fairseq-st/scripts/word_level2char_level.sh $INPUT_FILE.tok
As of now, the only supported audio format are *.npz* and *.h5*.

```
python preprocess.py -s <audio_format> -t fr --format <h5 | npz> --inputtype audio \
python preprocess.py -s <source_language> -t <target_language> --format <h5 | npz> --inputtype audio \
--trainpref <path_to_train_data> [[--validpref <path_to_validation_data>] \
[--testpref <path_to_test_data>]] --destdir <path to output folder>
```
Expand Down Expand Up @@ -195,6 195,9 @@ If you use this software for your research, then please cite it as:
}
```

## Acknowledgment
This codebase is part of a project financially supported by an Amazon ML Grant.

======================================

The following was the official fairseq-py documentation when we began developing FBK-fairseq (August 2018)
Expand Down

0 comments on commit 66b4d0f

Please sign in to comment.