Skip to content

Commit

Permalink
Update README to reflect latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Oct 14, 2024
1 parent 0fb7a5c commit 27f3a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The expected run of this worker (whose pipeline is defined in `asr.py`) should

## Model options

If you prefer to use your own model that is stored locally, make sure to set `MODEL_BASE_DIR` to the path where the model files can be found. A model found locally will take precedence over downloading it from Huggingface or S3 (so, no matter how `W_MODEL` is set, it will ignore it if a model is present locally).
If you prefer to use your own model that is stored locally, make sure to set `MODEL_BASE_DIR` to the path where the model files can be found.

The pre-trained Whisper model version can be adjusted in the `.env` file by editing the `W_MODEL` parameter. Possible options are:

Expand All @@ -80,4 +80,4 @@ The pre-trained Whisper model version can be adjusted in the `.env` file by edit

We recommend version `large-v2` as it performs better than `large-v3` in our [benchmarks](https://opensource-spraakherkenning-nl.github.io/ASR_NL_results/NISV/bn_nl/res_labelled.html).

You can also specify an S3 URI if you have your own custom model available via S3 (by modifying the `W_MODEL` parameter).
You can also specify an S3/HTTP URI if you want to load your own (custom) model (by modifying the `W_MODEL` parameter).

0 comments on commit 27f3a3a

Please sign in to comment.