File size: 353 Bytes
796d933 2c5d6e2 796d933 2c5d6e2 796d933 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# ./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 |