Skip to content

Commit f5c1101

Browse files
authored
Update README.md with whisper evaluator
1 parent d5b8787 commit f5c1101

File tree

1 file changed

+8
-3
lines changed
  • tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators

1 file changed

+8
-3
lines changed

tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,15 @@ Optionally you can provide `module_config` section which contains config for cus
5454
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/sr_evaluator.py`.
5555

5656
* **Tacotron2 Evaluator** demonstrates how to evaluate custom Tacotron2 model for text to speech task.
57-
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/tacotron2_evaluator.py`
57+
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/tacotron2_evaluator.py`.
5858

5959
* **Open-NMT Evaluator** demonstrates how to evaluate Open-NMT model for text translation task.
60-
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/opennmt_encoder_decoder_generator_evaluator.py`
60+
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/opennmt_encoder_decoder_generator_evaluator.py`.
6161

6262
* **StableDiffusion Evaluator** demonstrates how to evaluate image generation for Stable Diffusion models family.
63-
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/stable_diffusion_evaluator.py`
63+
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/stable_diffusion_evaluator.py`.
64+
65+
* **Whisper Evaluator** demonstrates how to evaluate Whisper family models with various pipeline classes, including GenAIWhisperPipeline, HFWhisperPipeline, and OptimumWhisperPipeline.
66+
Evaluator code: `<omz_dir>/tools/accuracy_checker/accuracy_checker/evaluators/custom_evaluators/whisper_evaluator.py`.
67+
68+

0 commit comments

Comments
 (0)