Skip to content

Commit

Permalink
remove eval from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherkel committed Sep 18, 2023
1 parent a4049cb commit c635cab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ Train using the provided train script:
poetry run train \
--config_path="PATH_TO_CONFIG_FILE"

## Evaluation
Evaluation metrics are computed during training and are serialized with the checkpoints.

TODO: manual evaluation script / access to the evaluation metrics?

## Inference
The `config.yaml` also includes a section for inference.
To run inference on a single audio file, run:
Expand All @@ -90,4 +85,4 @@ To run inference on a single audio file, run:
--file_path="PATH_TO_AUDIO_FILE" \
--target_path="PATH_TO_TARGET_FILE"

Target path is optional. If not specified, the recognized text will be printed to the console. Otherwise, a wer will be computed.
Target path is optional. If not specified, the recognized text will be printed to the console. Otherwise, a wer will be computed.

0 comments on commit c635cab

Please sign in to comment.