vitouphy's picture
add evaluation
796d933
raw
history blame
No virus
353 Bytes
# ./eval.py \
# --model_id . \
# --dataset "librispeech_asr" \
# --config clean \
# --split test \
# --sentence_column "text" \
# --log_outputs
./eval.py \
--model_id . \
--dataset "speech-recognition-community-v2/dev_data" \
--config en \
--split validation \
--sentence_column "sentence" \
--chunk_length_s 5.0 \
--stride_length_s 1.0 \
--log_outputs