bupalinyu commited on
Commit
379a8f4
·
verified ·
1 Parent(s): 312f5bf

Update evaluation source

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -255,7 +255,11 @@ token. Service logs and PID files are written under `runs/vllm/`.
255
 
256
  ## Evaluation
257
 
258
- The repository also includes a J/WER evaluation entrypoint:
 
 
 
 
259
 
260
  ```bash
261
  python scripts/eval/eval_jwer_ark_asr_transformers.py \
 
255
 
256
  ## Evaluation
257
 
258
+ The reported leaderboard numbers are evaluated with the Hugging Face
259
+ [`open_asr_leaderboard`](https://github.com/huggingface/open_asr_leaderboard)
260
+ evaluation code.
261
+
262
+ For local J/WER evaluation, the repository also includes this entrypoint:
263
 
264
  ```bash
265
  python scripts/eval/eval_jwer_ark_asr_transformers.py \