diff options
author | Marvin Borner | 2023-09-18 22:40:37 +0200 |
---|---|---|
committer | Marvin Borner | 2023-09-18 22:40:37 +0200 |
commit | 10ba6230f45c883c310d54fe30934757b0485f89 (patch) | |
tree | 241fb1aad7237acf0d330b26fea0851dc0d0c9cb /readme.md | |
parent | c635cabc7d17ddf83511f843169862f77adde832 (diff) |
Added model link to readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,6 +76,8 @@ Train using the provided train script: poetry run train \ --config_path="PATH_TO_CONFIG_FILE" +You can also find our model that was trained for 67 epochs on the mls_german_opus [here](https://drive.google.com/file/d/1gcgCjlCH6DjT6f7EWTx0LcYP3CCuXYP-/view?usp=sharing). + ## Inference The `config.yaml` also includes a section for inference. To run inference on a single audio file, run: |